From 2e1129b15318b0f75705d505a38e9287adec6e21 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 8 May 2025 18:44:06 +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 69b9b59..5250989 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,6 @@ container-image/build: PHONY:=container-image/delete container-image/delete: - ${CONTAINER_RUNTIME} image rm ${MARKDOWNLINT_IMAGE_FULLY_QUALIFIED} - - ${CONTAINER_RUNTIME} image rm ${BASE_IMAGE_FULL} # PUSH CONTAINER IMAGE # ==============================================================================