From 1d71895521c8c1d1e21948614f694631073d682c Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 8 May 2025 18:44:08 +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 a911c6b..908f9e4 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,6 @@ container-image/build: PHONY:=container-image/delete container-image/delete: - ${CONTAINER_RUNTIME} image rm ${MKISOFS_IMAGE_FULLY_QUALIFIED} - - ${CONTAINER_RUNTIME} image rm ${BASE_IMAGE_FULL} # PUSH CONTAINER IMAGE # ==============================================================================