Wednesday, March 29, 2023

Podman pull a specific architecture image


// podman pull a image overriding host architecture

podman pull --override-arch=arm64   quay.io/openshift-release-dev/ocp-release:4.X.Y 

// Here the image needs to be manifest listed


No comments:

Post a Comment