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
Run script with quay.io/libpod/testimage:20221018. It passes.
Run script with quay.io/libpod/testimage:20240123. It fails:
...
+ tar --delete -f ctr.tar tmp/file1
+ tar -rf ctr.tar file2
tar: Skipping to next header
tar: Exiting with failure status due to previous errors
# echo $?
2
Works perfectly fine with tar-1.35-2.fc39.x86_64. The question is, was this an intentional bug fix in 1.35, or is it just luck that it works in 1.35 and we will see this again?
Filing under podman because I need a holding place somewhere.
The text was updated successfully, but these errors were encountered:
Copy-paste and save as
test-tar
:With
tar-1.34-8.fc38.x86_64
:quay.io/libpod/testimage:20221018
. It passes.quay.io/libpod/testimage:20240123
. It fails:Works perfectly fine with
tar-1.35-2.fc39.x86_64
. The question is, was this an intentional bug fix in 1.35, or is it just luck that it works in 1.35 and we will see this again?Filing under podman because I need a holding place somewhere.
The text was updated successfully, but these errors were encountered: