From 29726500e3a280b0524c450bc0df70ae1008ad33 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Mon, 10 Apr 2017 21:54:03 -0700 Subject: [PATCH] Use a 'v' prefix for the images I don't like pure numeric tags --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b23e850a..db11cc19 100644 --- a/Makefile +++ b/Makefile @@ -8,10 +8,10 @@ push-images: push-image/hub push-image/proxy push-image/singleuser-sample push-i build-image/%: cd images/$(@F) && \ - docker build -t $(IMAGE_PREFIX)-$(@F):$(VERSION) . + docker build -t $(IMAGE_PREFIX)-$(@F):v$(VERSION) . push-image/%: - docker push $(IMAGE_PREFIX)-$(@F):$(VERSION) + docker push $(IMAGE_PREFIX)-$(@F):v$(VERSION) make-chart-metadata: