Issue with pulling of docker images using Docker CLI #90
Replies: 4 comments 13 replies
-
|
I don't think it's quite the same, but we're seeing intermittent failures with these errors: Subsequent pulls can succeed in our CI with the same API key against the same image. I can't imagine it's related, but I'll just note there is also this active incident being reported right now on https://dockerstatus.com
|
Beta Was this translation helpful? Give feedback.
-
|
@mdziczkowski, dhi.io does not support anonymous access which is what I believe this error message is indicating:
Are you logging into dhi.io with cd |
Beta Was this translation helpful? Give feedback.
-
|
I'm having similar issues through Harbor Proxy cache. I get randomly 404 not found errors on images. |
Beta Was this translation helpful? Give feedback.
-
|
@cdupuis, a few team members and I are noticing the issue more so recently when running it in AWS CodeBuild and locally running commands like echo "<PAT_HERE>" | docker --debug login --username "<USERNAME_HERE>" --password-stdin dhi.io
Error response from daemon: Get "https://dhi.io/v2/": unauthorized: Authentication failedEven with a successful message appearing, we are still encountering this issue. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
OS
Description
After sucessfull logiin to docker from the CLI, I attemted to download one of the hardened images. Instead of download start, I had recieved an error displayed bellow:
Please verify the repositories with the hardened images afainst potential missconfigurations. Thanks
Beta Was this translation helpful? Give feedback.
All reactions