Adam,
This works just fine for me. I found using the full registry URL when
pulling images works best.
$ podman pull --override-arch=ppc64le docker.io/centos:latest
Trying to pull docker.io/centos:latest...
Getting image source signatures
Copying blob c0541683ef27 done
Copying config 8ef2ff56ce done
Writing manifest to image destination
Storing signatures
8ef2ff56ce4f37ee19fee622a45a1ed6ed8700587ab786181517109c0221d27c
$ podman image inspect
8ef2ff56ce4f37ee19fee622a45a1ed6ed8700587ab786181517109c0221d27c | grep Arch
"Architecture": "ppc64le",
On 4/13/20 2:24 PM, Adam Kimball wrote:
Hello all,
Recently I’ve been attempting to get podman to pull containers on a
ppc64le centos 8 node, and have found that it grabs the amd64 versions
of these containers regardless of the architecture flag that’s set.
See [1] for an example output. This is on a standard centos8-cloud image.
I’m wondering if this is a known bug, and if there are any known
workarounds.
Thanks!
Adam Kimball
[1] -
http://paste.openstack.org/show/792053/
_______________________________________________
Podman mailing list -- podman(a)lists.podman.io
To unsubscribe send an email to podman-leave(a)lists.podman.io
--
Jack Morgan