From a39ea2a9171c73c2e0d91a18756fde195e58f87e Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 5 Jun 2024 13:54:21 +0200 Subject: [PATCH] do not build 'daemon' image anymore This image was built for ceph-ansible, therefore, it is no longer needed to keep building this image. Signed-off-by: Guillaume Abrioux --- contrib/build-push-ceph-container-imgs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/build-push-ceph-container-imgs.sh b/contrib/build-push-ceph-container-imgs.sh index 682feb489..2b5496833 100644 --- a/contrib/build-push-ceph-container-imgs.sh +++ b/contrib/build-push-ceph-container-imgs.sh @@ -259,7 +259,7 @@ function build_ceph_imgs { IMAGES_TO_BUILD=daemon-base \ build.parallel else - make BASEOS_TAG=stream"${CENTOS_RELEASE}" CEPH_DEVEL="${DEVEL}" RELEASE="${RELEASE}" BASEOS_REGISTRY="${CONTAINER_REPO_HOSTNAME}/centos" BASEOS_REPO=centos TAG_REGISTRY="${CONTAINER_REPO_ORGANIZATION}" build.parallel + make BASEOS_TAG=stream"${CENTOS_RELEASE}" CEPH_DEVEL="${DEVEL}" RELEASE="${RELEASE}" BASEOS_REGISTRY="${CONTAINER_REPO_HOSTNAME}/centos" BASEOS_REPO=centos TAG_REGISTRY="${CONTAINER_REPO_ORGANIZATION}" IMAGES_TO_BUILD="daemon-base demo" build.parallel fi docker images }