VMware Communities
Bodger1234
Contributor
Contributor

vctl: local password

Howdy

I am playing with Docker images (vctl) and have run into a problem.

I created a base image that I want to build other images from.

Say my:base

vctl images shows my:base

So great now I want to create another image from that base image.

So I create a new directory and Dockerfile, that says "FROM my:base"

When I go to do vctl build I get this error:

INFO looking for base image: my:base from local storage
WARNING error in base image preparation: error while checking base image and local storage: failed to get the digest of image my:base: GET https://index.docker.io/v2/library/my/manifests/base: UNAUTHORIZED: authentication required; [map[Action:pull Class: Name:library/my Type:repository]]; base images will be fetched from remote registry

I looked through all the config.json, config.toml etc and it does not have an authorization section that I can find.  This is local, I did not create it with any credentials, so why can't I access without credentials?

Thank you

 

 

 

0 Kudos
0 Replies