Skip to content

Commit

Permalink
Do not system reset --force on nocache containerfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel J Walsh <[email protected]>
  • Loading branch information
rhatdan committed Apr 10, 2024
1 parent 07fd5d2 commit e709226
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e709226

Please sign in to comment.