Custom Docker image not available after build

ibadra
Level 1
Custom Docker image not available after build

I'm building docker base image with a custom tag which builds successfully. When I add the custom tag in the base image into the container exec config and run Test.  I get the following error.

Failed to pull image "base-image:dev": rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/library/base-image:dev": failed to resolve reference "docker.io/library/base-image:dev": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed

I can see that this docker image is listed when I run docker image ls in DSS shell. What could be missing? 


Operating system used: Centos

0 Kudos
1 Reply
MikeG
Dataiker

Hi Imane,

The presence of docker.io/library/ indicates the image is trying to be pulled from Docker Hub.

What is the value of "Image registry URL" in the specific containerized execution config you are testing? Please make sure it is not blank.

Thank you,
Mike Gallegos, Dataiku Technical Support

0 Kudos