From 3af62864d64b6a74f7295b37c28532923a86179f Mon Sep 17 00:00:00 2001 From: Drew Walters Date: Thu, 21 Mar 2019 16:28:47 -0500 Subject: [PATCH] images: Update default image tag to `latest` This commit changes the default image tag for Shipyard and Airflow images from `untagged` to `latest` to match other Airship projects. Change-Id: Id1f9d56784e51f0631280188ba1b898fde8f56ea --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d964b270..314db722 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ BUILD_DIR := $(shell mktemp -d) BUILD_CTX ?= src/bin IMAGE_PREFIX ?= airshipit -IMAGE_TAG ?= untagged +IMAGE_TAG ?= latest IMAGE_NAME := airflow shipyard # use this variable for image labels added in internal build process LABEL ?= org.airshipit.build=community