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
This commit is contained in:
parent
12de088b9d
commit
3af62864d6
2
Makefile
2
Makefile
@ -16,7 +16,7 @@ BUILD_DIR := $(shell mktemp -d)
|
|||||||
BUILD_CTX ?= src/bin
|
BUILD_CTX ?= src/bin
|
||||||
|
|
||||||
IMAGE_PREFIX ?= airshipit
|
IMAGE_PREFIX ?= airshipit
|
||||||
IMAGE_TAG ?= untagged
|
IMAGE_TAG ?= latest
|
||||||
IMAGE_NAME := airflow shipyard
|
IMAGE_NAME := airflow shipyard
|
||||||
# use this variable for image labels added in internal build process
|
# use this variable for image labels added in internal build process
|
||||||
LABEL ?= org.airshipit.build=community
|
LABEL ?= org.airshipit.build=community
|
||||||
|
Loading…
Reference in New Issue
Block a user