From e70922643395a90db0c87b0e29d61c886c33510e Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 10 Apr 2024 16:27:01 -0400 Subject: [PATCH] Do not system reset --force on nocache containerfiles Signed-off-by: Daniel J Walsh --- .../chatbot/bootc/Containerfile.nocache | 2 -- .../codegen/bootc/Containerfile.nocache | 2 -- .../natural_language_processing/rag/bootc/Containerfile.nocache | 2 -- .../summarizer/bootc/Containerfile.nocache | 2 -- 4 files changed, 8 deletions(-) diff --git a/recipes/natural_language_processing/chatbot/bootc/Containerfile.nocache b/recipes/natural_language_processing/chatbot/bootc/Containerfile.nocache index 24a20f9b..ea15c797 100644 --- a/recipes/natural_language_processing/chatbot/bootc/Containerfile.nocache +++ b/recipes/natural_language_processing/chatbot/bootc/Containerfile.nocache @@ -35,5 +35,3 @@ RUN sed -i -e '/additionalimage.*/a "/usr/lib/containers/storage",' \ VOLUME /var/lib/containers COPY quadlet/${RECIPE}.image /usr/share/containers/systemd - -RUN podman system reset --force 2>/dev/null diff --git a/recipes/natural_language_processing/codegen/bootc/Containerfile.nocache b/recipes/natural_language_processing/codegen/bootc/Containerfile.nocache index 20b19d94..fea2bebb 100644 --- a/recipes/natural_language_processing/codegen/bootc/Containerfile.nocache +++ b/recipes/natural_language_processing/codegen/bootc/Containerfile.nocache @@ -33,5 +33,3 @@ RUN sed -i -e '/additionalimage.*/a "/usr/lib/containers/storage",' \ # Added for running as an OCI Container to prevent Overlay on Overlay issues. VOLUME /var/lib/containers - -RUN podman system reset --force 2>/dev/null diff --git a/recipes/natural_language_processing/rag/bootc/Containerfile.nocache b/recipes/natural_language_processing/rag/bootc/Containerfile.nocache index 521c2df6..6fe96fa2 100644 --- a/recipes/natural_language_processing/rag/bootc/Containerfile.nocache +++ b/recipes/natural_language_processing/rag/bootc/Containerfile.nocache @@ -30,5 +30,3 @@ RUN sed -i -e '/additionalimage.*/a "/usr/lib/containers/storage",' \ # Added for running as an OCI Container to prevent Overlay on Overlay issues. VOLUME /var/lib/containers - -RUN podman system reset --force 2>/dev/null diff --git a/recipes/natural_language_processing/summarizer/bootc/Containerfile.nocache b/recipes/natural_language_processing/summarizer/bootc/Containerfile.nocache index 65c3e892..38784aec 100644 --- a/recipes/natural_language_processing/summarizer/bootc/Containerfile.nocache +++ b/recipes/natural_language_processing/summarizer/bootc/Containerfile.nocache @@ -28,5 +28,3 @@ RUN sed -i -e '/additionalimage.*/a "/usr/lib/containers/storage",' \ # Added for running as an OCI Container to prevent Overlay on Overlay issues. VOLUME /var/lib/containers - -RUN podman system reset --force 2>/dev/null