You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building the image, for some reason on my system, the podman failed on the podman save command but exited with 0 because gzip succeeded:
podman save $TAG | gzip > share/container.tar.gz
Here's the output:
Successfully tagged dangerzone.rocks/dangerzone:latest
b255ed5e7e290a7e826e853839192b4deb798410f977449f4a46e1a28e786c76
Saving and compressing container image
Error: reading blob sha256:0a1c2eca4ebe0f648267083c3740ff6af91e6386b68d35f2d7bf0c40b141dac3: error locating image with ID "b255ed5e7e290a7e826e853839192b4deb798410f977449f4a46e1a28e786c76": image not known
Looking up the image id
When building the image, for some reason on my system, the podman failed on the
podman save
command but exited with 0 because gzip succeeded:Here's the output:
Solution
set -o pipefail
The text was updated successfully, but these errors were encountered: