Skip to content

Commit

Permalink
docker: tag latest as latest-0.21.x
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
  • Loading branch information
pierre committed Sep 5, 2019
1 parent 5b71b1f commit 7248b09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TARGET?=killbill

VERSION?=latest
ifeq ($(VERSION),latest)
IMAGE=killbill/$(TARGET)
IMAGE=killbill/$(TARGET):latest-0.21.x
TEMPLATE=templates/$(TARGET)/latest
else
IMAGE=killbill/$(TARGET):$(VERSION)
Expand Down
2 changes: 1 addition & 1 deletion docker/templates/killbill/tagged/Dockerfile.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM killbill/killbill
FROM killbill/killbill:latest-0.21.x
MAINTAINER Kill Bill core team <killbilling-users@googlegroups.com>

# VERSION will be expanded in Makefile
Expand Down

0 comments on commit 7248b09

Please sign in to comment.