Details
Description
Description
When having configured a docker proxy without or with invalid HTTP Authentication we expect a similar or at least close to output message as docker hub would give us.
To reproduce
- Setup a private repo on Docker Hub (see here for some instructions on a setup)
- Setup a docker proxy, do not give it any HTTP Authentication
- On the command do a pull
- docker pullĀ <ip:port>/<username>/<reponame>
Actual
Using default tag: latest Error response from daemon: unknown: unknown
Expected
Using default tag: latest Error response from daemon: repository billybob/hello-test-1234 not found: does not exist or no pull access
Attachments
Issue Links
- discovered while testing
-
NEXUS-11300 Unable to connect to private repository on dockerhub
-
- Closed
-
- is related to
-
NEXUS-14488 Cannot perform docker pull against some Docker-Hub proxy
-
- Closed
-