mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-13 14:39:25 +02:00
Support for building images locally
This commit is contained in:
1
Makefile
1
Makefile
@ -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` \
|
||||
|
Reference in New Issue
Block a user