1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 04:18:46 +00:00

Update Makefile

Incrementing version for next release.
This commit is contained in:
Travis Rowland
2017-04-11 01:31:10 -07:00
committed by GitHub
parent a6fd9f8b56
commit 287e96c811

View File

@@ -1,5 +1,5 @@
NAME = phusion/baseimage
VERSION = 0.9.21
VERSION = 0.9.22
.PHONY: all build test tag_latest release ssh
@@ -16,9 +16,8 @@ tag_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
@if ! head -n 1 Changelog.md | grep -q 'release date'; then echo 'Please note the release date in Changelog.md.' && false; fi
docker push $(NAME)
@echo "*** Don't forget to create a tag. git tag $(VERSION) && git push origin $(VERSION)"
@echo "*** Don't forget to create a tag by creating an official GitHub release."
ssh:
chmod 600 image/services/sshd/keys/insecure_key