Skip to content

Devops with OpenShift #1

@kthulsidoss

Description

@kthulsidoss

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions