From d91277240f37c914d834912ab821c25a81cba1b2 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 8 May 2025 18:44:02 +0200 Subject: [PATCH] fix(makefile): remove the deletion of the base image via make clean --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 4433c16..d5af077 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,6 @@ container-image/build: PHONY:=container-image/delete container-image/delete: - ${CONTAINER_RUNTIME} image rm ${HELM_IMAGE_FULLY_QUALIFIED} - - ${CONTAINER_RUNTIME} image rm ${BASE_IMAGE_FULL} # PUSH CONTAINER IMAGE # ==============================================================================