From a4211b90811d3b9ef15bb317f9a232bd878d9a82 Mon Sep 17 00:00:00 2001 From: Roman Gorshunov Date: Tue, 9 Oct 2018 15:04:32 +0200 Subject: [PATCH] Minor fix: duplicate items in .title label of container images Fixing duplicate items in "org.opencontainers.image.title" label of the container images. Was: "airflow shipyard", now - separate and correct for each if the images being built. Change-Id: Iad180a100f8ce5ccc3ac718a447d10b0813aa665 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 89943a3f..afddfb9b 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ images: $(IMAGE_NAME) $(IMAGE_NAME): @echo @echo "===== Processing [$@] image =====" - @make build_$@ IMAGE=${DOCKER_REGISTRY}/${IMAGE_PREFIX}/$@:${IMAGE_TAG} IMAGE_DIR=images/$@ + @make build_$@ IMAGE=${DOCKER_REGISTRY}/${IMAGE_PREFIX}/$@:${IMAGE_TAG} IMAGE_DIR=images/$@ IMAGE_NAME=$@ @make run IMAGE=${DOCKER_REGISTRY}/${IMAGE_PREFIX}/$@:${IMAGE_TAG} SCRIPT=./tools/$@_image_run.sh # Build all docker images for this project @@ -169,4 +169,4 @@ docs: clean build_docs .PHONY: build_docs build_docs: - tox -e docs \ No newline at end of file + tox -e docs