Merge pull request #477 from dockcross/tag-base-image

Tag base image like the others
This commit is contained in:
Jean-Christophe Fillion-Robin 2021-03-12 20:37:47 -05:00 committed by GitHub
commit 4349cb4999
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -280,6 +280,11 @@ base: Dockerfile imagefiles/
--build-arg IMAGE=$(ORG)/base \
--build-arg VCS_URL=`git config --get remote.origin.url` \
.
$(DOCKER) build -t $(ORG)/base:$(TAG) \
--build-arg IMAGE=$(ORG)/base \
--build-arg VERSION=$(TAG) \
--build-arg VCS_URL=`git config --get remote.origin.url` \
.
base.test: base
$(DOCKER) run $(RM) dockcross/base > $(BIN)/dockcross-base && chmod +x $(BIN)/dockcross-base