mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-09 15:24:58 -05:00
Write images README with instructions on how to build constellation images locally (#181)
Write images README with instructions on how to build constellation images locally Co-authored-by: Daniel Weiße <66256922+daniel-weisse@users.noreply.github.com>
This commit is contained in:
parent
15e668d09b
commit
c88dc8f59a
3 changed files with 100 additions and 1 deletions
|
|
@ -46,6 +46,8 @@ AZURE_IMAGE_VERSION ?= 0.0.1
|
|||
AZURE_PUBLISHER ?= edgelesssys
|
||||
AZURE_SKU ?= constellation-coreos
|
||||
|
||||
-include $(CURDIR)/config.mk
|
||||
|
||||
.PHONY: clean all kernel coreos run shell cosa-init cosa-fetch images image-gcp upload-gcp image-azure upload-azure-non-cvm $(COORDINATOR_OVERRIDE_PATH) $(DISK_MAPPER_OVERRIDE_PATH) $(CILIUM_CLI_OVERRIDE_PATH)
|
||||
SHELL := /bin/bash
|
||||
|
||||
|
|
@ -163,4 +165,5 @@ endif
|
|||
clean:
|
||||
-rm $(COSA_LOCKFILE)
|
||||
-rm $(IMAGES_PATH)/*
|
||||
-. $(COSA_ENV) && cd $(COREOS_BUILD_PATH) && cosa clean
|
||||
-rm -r $(COREOS_BUILD_PATH)
|
||||
mkdir -p $(COREOS_BUILD_PATH)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue