mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-25 20:07:55 +00:00
Removing -f option of docker tag since this option is gone in docker 1.12.0.
This commit is contained in:
2
Makefile
2
Makefile
@@ -12,7 +12,7 @@ test:
|
||||
env NAME=$(NAME) VERSION=$(VERSION) ./test/runner.sh
|
||||
|
||||
tag_latest:
|
||||
docker tag -f $(NAME):$(VERSION) $(NAME):latest
|
||||
docker tag $(NAME):$(VERSION) $(NAME):latest
|
||||
|
||||
release: test tag_latest
|
||||
@if ! docker images $(NAME) | awk '{ print $$2 }' | grep -q -F $(VERSION); then echo "$(NAME) version $(VERSION) is not yet built. Please run 'make build'"; false; fi
|
||||
|
||||
Reference in New Issue
Block a user