Support for building images locally

This commit is contained in:
Paolo Bosetti
2022-12-16 16:07:56 +01:00
parent fd49c088eb
commit 0d31400b97
45 changed files with 107 additions and 43 deletions

View File

@ -247,6 +247,7 @@ $(STANDARD_IMAGES): %: %/Dockerfile base
mkdir -p $@/imagefiles && cp -r imagefiles $@/
$(DOCKER) build -t $(ORG)/$@:latest \
-t $(ORG)/$@:$(TAG) \
--build-arg ORG=$(ORG) \
--build-arg IMAGE=$(ORG)/$@ \
--build-arg VERSION=$(TAG) \
--build-arg VCS_REF=`git rev-parse --short HEAD` \