Hide Forgot
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/building_running_and_managing_containers/using_red_hat_universal_base_images_standard_minimal_and_runtimes Under 4.4. Pull UBI images section: # podman pull registry.access.redhat.com/ubi8/ubi:latest # podman pull registry.access.redhat.com/ubi/ubi-minimal:latest The image at the second line is incorrect. It should be "registry.access.redhat.com/ubi8/ubi-minimal:latest", not "registry.access.redhat.com/ubi/ubi-minimal:latest"
Thanks for reporting this problem! I fixed the guide to now show: # podman pull registry.access.redhat.com/ubi8/ubi-minimal:latest See: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/building_running_and_managing_containers/using_red_hat_universal_base_images_standard_minimal_and_runtimes#pull_ubi_images
I haven't used podman, but it seems like "latest" part is not needed? At least, the container catalog page does not use latest tag. See https://access.redhat.com/containers/?tab=images&get-method=unauthenticated#/registry.access.redhat.com/ubi8/ubi-minimal podman pull registry.access.redhat.com/ubi8/ubi-minimal If you think this should be another bug report, please create one. Container catalog and documentation should match.