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
skopeo copy --preserve-digests --override-arch amd64 --override-os linux docker://aaa docker://bbb
As if now, above is what i have but the build container we are using uses podman instead of docker and if i run the above with podman:// instead of docker i get the following error
time="2024-08-29T22:20:35Z" level=fatal msg="Invalid source name podman://aaa: Invalid image name \"podman://aaa\", unknown transport \"podman\""
The text was updated successfully, but these errors were encountered:
As if now, above is what i have but the build container we are using uses
podman
instead of docker and if i run the above withpodman://
instead of docker i get the following errorThe text was updated successfully, but these errors were encountered: