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
root@rhel:~# podman build -t rhel.0ld8dpunfpug.instruqt.io:5000/test-bootc .
STEP 1/4: FROM registry.redhat.io/rhel9/rhel-bootc:9.4
Trying to pull registry.redhat.io/rhel9/rhel-bootc:9.4...
Error: creating build container: initializing source docker://registry.redhat.io/rhel9/rhel-bootc:9.4: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication
If I remove the :9.4 from the FROM line I can build the container as expected
The text was updated successfully, but these errors were encountered:
setup script is pulling latest version, which is now 9.5. The mismatch in the containerfile causes a fresh pull, the login from the setup script doesn't carry over, so pull fails.
Reported by Bram Mertens:
There seems to be a recent issue with https://www.redhat.com/en/introduction-to-image-mode-for-red-hat-enterprise-linux-interactive-lab
the base container file has been updated to pull the 9.4 RHEL image where if memory serves me right it was just hrel-bootc before.
Now building the container fails:
If I remove the :9.4 from the FROM line I can build the container as expected
The text was updated successfully, but these errors were encountered: