ibm-messaging / mq-container

Container images for IBM® MQ
Apache License 2.0
255 stars 189 forks source link

Redhat authentication failure to pull the rhel docker image on macos #382

Closed datacode384 closed 4 years ago

datacode384 commented 4 years ago

Regarding, https://github.com/ibm-messaging/mq-container/tree/master/incubating/mq-explorer

Upon docker build -t mq-explorer -f ./Dockerfile ., below steps are stopping building an image. Any hints or help ? Thank you

Sending build context to Docker daemon  4.608kB
Step 1/10 : FROM registry.redhat.io/ubi8/ubi-minimal AS mq-explorer
Get https://registry.redhat.io/v2/ubi8/ubi-minimal/manifests/latest: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication
arthurbarr commented 4 years ago

The MQ images are based on Red Hat base images, and Red Hat now requires you to login with a Red Hat ID to pull images.

As per the error, you need to login before you try and build: "Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication"