You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[test@dockerhost ~]$ cat /etc/docker/daemon.json
{
"registry-mirrors": [
"https://docker.xxx.us.kg"
]
"exec-opts": ["native.cgroupdriver=systemd"]
}
[test@dockerhost ~]$ docker pull alpine:3.18
Error response from daemon: Get "https://registry-1.docker.io/v2/": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
[test@dockerhost ~]$ docker pull alpine:3.18
Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
[test@dockerhost ~]$ docker pull alpine:3.18
Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp 157.240.20.18:443: i/o timeout
[test@dockerhost ~]$ docker pull alpine:3.18
Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp 31.13.68.169:443: i/o timeout (Client.Timeout exceeded while awaiting headers)
[test@dockerhost ~]$ docker pull alpine:3.18
Error response from daemon: received unexpected HTTP status: 500 Internal Server Error
[test@dockerhost ~]$ docker pull alpine:3.18
Error response from daemon: unauthorized: authentication required
[test@dockerhost ~]$ docker pull alpine:3.18
WARNING: ⚠️ Failed to pull manifest by the resolved digest. This registry does not
appear to conform to the distribution registry specification; falling back to
pull by tag. This fallback is DEPRECATED, and will be removed in a future
release. Please contact admins of https://docker.xxx.us.kg/. ⚠️
Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
The text was updated successfully, but these errors were encountered:
[test@dockerhost ~]$ docker pull gcr.xxx.us.kg/kaniko-project/executor:debug
Error response from daemon: Head "https://gcr.xxx.us.kg/v2/kaniko-project/executor/manifests/debug": Get "https://gcr.io/v2/token?scope=repository%3Akaniko-project%2Fexecutor%3Apull&service=gcr.io": dial tcp 142.250.107.82:443: i/o timeout
[test@dockerhost ~]$ docker pull gcr.xxx.us.kg/kaniko-project/executor:debug
Error response from daemon: Head "https://gcr.xxx.us.kg/v2/kaniko-project/executor/manifests/debug": Get "https://gcr.io/v2/token?scope=repository%3Akaniko-project%2Fexecutor%3Apull&service=gcr.io": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
[test@dockerhost ~]$ docker pull gcr.xxx.us.kg/kaniko-project/executor:debug
Error response from daemon: Head "https://gcr.xxx.us.kg/v2/kaniko-project/executor/manifests/debug": Get "https://gcr.io/v2/token?scope=repository%3Akaniko-project%2Fexecutor%3Apull&service=gcr.io": context deadline exceeded
The text was updated successfully, but these errors were encountered: