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
I can reproduce this issue with bootc image after switch to buildah-remote-oci-ta task, and also find it in tang image which also uses buildah-remote-oci-ta task for building.
$ podman run -ti --rm <bootc-image> ls -l /cachi2
total 0
$ podman run -ti --rm registry.stage.redhat.io/rhel9/tang:9.5 ls -l /cachi2
total 0
The text was updated successfully, but these errors were encountered:
It's because of a default behavior change in buildah containers/buildah#5604 in order to align with docker, and can be changed with the option --compat-volumes.
I can reproduce this issue with bootc image after switch to buildah-remote-oci-ta task, and also find it in tang image which also uses buildah-remote-oci-ta task for building.
The text was updated successfully, but these errors were encountered: