Difference between revisions of "ERROR: Preparation failed: Error response from daemon: Get https://registry-1.docker.io/v2/library/node/manifests/14: unauthorized: incorrect username or password (docker.go:143:0s)"
Jump to navigation
Jump to search
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
Using Docker executor with image [[node:14]] ... | Using Docker executor with image [[node:14]] ... | ||
Authenticating with credentials from $DOCKER_AUTH_CONFIG | Authenticating with credentials from $DOCKER_AUTH_CONFIG | ||
− | Pulling docker image node:14 ... | + | Pulling docker image [[node]]:14 ... |
ERROR: Preparation failed: Error response from daemon: Get https://registry-1.docker.io/v2/library/node/manifests/14: unauthorized: [[incorrect username or password]] (docker.go:143:0s) | ERROR: Preparation failed: Error response from daemon: Get https://registry-1.docker.io/v2/library/node/manifests/14: unauthorized: [[incorrect username or password]] (docker.go:143:0s) | ||
+ | |||
+ | Solution: review variable authentication configuration in <code>[[DOCKER_AUTH_CONFIG]]</code> | ||
Line 9: | Line 11: | ||
== Related == | == Related == | ||
* <code>[[docker login]]</code> | * <code>[[docker login]]</code> | ||
+ | * <code>[[node --version]]</code> | ||
+ | * <code>[[$HOME/.docker/config.json]]</code> | ||
+ | |||
+ | [[Category:GitLab]] |
Latest revision as of 07:54, 6 August 2022
Using Docker executor with image node:14 ... Authenticating with credentials from $DOCKER_AUTH_CONFIG Pulling docker image node:14 ... ERROR: Preparation failed: Error response from daemon: Get https://registry-1.docker.io/v2/library/node/manifests/14: unauthorized: incorrect username or password (docker.go:143:0s)
Solution: review variable authentication configuration in DOCKER_AUTH_CONFIG
Related[edit]
Advertising: