Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devops with OpenShift #1

Open
kthulsidoss opened this issue Feb 9, 2021 · 0 comments
Open

Devops with OpenShift #1

kthulsidoss opened this issue Feb 9, 2021 · 0 comments

Comments

@kthulsidoss
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant