From cb5738008a98ade7b342c51ff27378f11bf3c0d4 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 8 May 2025 18:44:10 +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 33effa8..05f32cb 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,6 @@ container-image/build: PHONY:=container-image/delete container-image/delete: - ${CONTAINER_RUNTIME} image rm ${NETWORKTOOLS_IMAGE_FULLY_QUALIFIED} - - ${CONTAINER_RUNTIME} image rm ${BASE_IMAGE_FULL} # PUSH CONTAINER IMAGE # ==============================================================================