images/debian-isogen
Stanislav Egorov 523b1e4643 Image tagging
Need to set image tag to be able to push to the registry

Change-Id: I497af789e98648def9a1206ebc5d4489ebc59d9a
2020-03-09 16:05:27 -07:00
..
2020-03-09 16:05:27 -07:00

airship-isogen

Iso creation tool

Prepare

$(BUILD_DIR)=/some_path... mkdir $(BUILD_DIR)

If you don't have isogen image

make build_isogen

Usage

cp examples/user-data $(BUILD_DIR) cp examples/isogen.yaml $(BUILD_DIR) cp examples/network-config $(BUILD_DIR) #Modify files if necessary

docker run
--rm
-e BUILDER_CONFIG=/config/isogen.yaml
-v $(shell realpath $(BUILD_DIR)):/config/
$(shell cat $(BUILD_DIR)/image_id)

Get debian-custom.iso from dir $(BUILD_DIR)