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
I'm trying to build a new app by using a docker image from the book Devops With OpenShift so as per the content from the book page 19 the command is oc new-app devopswithopenshift/welcome:latest --name=myapp so the devopswithopenshift/welcome:latest needs to be firstly built and pushed to the docker hub i pulled the Git code from https://github.com/devops-with-openshift/welcome and ran the command C:\Docker\welcome\foo>docker build -t welcome .
Here is the response
failed to solve with frontend dockerfile.v0: failed to create LLB definition: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed When i looked into the Dockerfile
It has FROM welcome/ops:latest so it is trying to pull welcome/ops which is not there in the registry can the authors help resolve this Thanks K.ThulsiDoss
The text was updated successfully, but these errors were encountered:
0
I'm trying to build a new app by using a docker image from the book Devops With OpenShift so as per the content from the book page 19 the command is oc new-app devopswithopenshift/welcome:latest --name=myapp so the devopswithopenshift/welcome:latest needs to be firstly built and pushed to the docker hub i pulled the Git code from https://github.com/devops-with-openshift/welcome and ran the command C:\Docker\welcome\foo>docker build -t welcome .
Here is the response
failed to solve with frontend dockerfile.v0: failed to create LLB definition: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed When i looked into the Dockerfile
It has FROM welcome/ops:latest so it is trying to pull welcome/ops which is not there in the registry can the authors help resolve this Thanks K.ThulsiDoss
The text was updated successfully, but these errors were encountered: