docker-archive / docker-registry

This is **DEPRECATED**! Please go to https://github.com/docker/distribution
Apache License 2.0
2.88k stars 879 forks source link

Registry status check API returns 403 [https://registry.hub.docker.com/v1/_ping] #1017

Closed mgireesh05 closed 9 years ago

mgireesh05 commented 9 years ago

This used to work before. Is this the right way to check the status of registry or is there any alternative? Kindly suggest.

coreuser@core-01 ~ $ docker version
Client version: 1.6.2
Client API version: 1.18
Go version (client): go1.4.2
Git commit (client): 7c8fca2-dirty
OS/Arch (client): linux/amd64
Server version: 1.6.2
Server API version: 1.18
Go version (server): go1.4.2
Git commit (server): 7c8fca2-dirty
OS/Arch (server): linux/amd64
coreuser@core-01 ~ $ docker info
Containers: 3
Images: 89
Storage Driver: btrfs
 Build Version: Btrfs v3.17.1
 Library Version: 101
Execution Driver: native-0.2
Kernel Version: 4.0.5
Operating System: CoreOS 681.2.0
CPUs: 1
Total Memory: 997.9 MiB
Name: core-01
ID: HNFD:NG5J:7CO3:SZBU:IFZO:PW3S:IVTZ:XFFO:X3GD:OABG:7L7W:W237
coreuser@core-01 ~ $ uname -r
4.0.5
coreuser@core-01 ~ $ curl https://registry.hub.docker.com/v1/_ping
<html><body><h1>403 Forbidden</h1>
Request forbidden by administrative rules.
</body></html>
mgireesh05 commented 9 years ago

Got answer from docker support. Hence closing this issue.