Page MenuHomePhabricator
Paste P8500

(An Untitled Masterwork)
ActivePublic

Authored by ema on May 9 2019, 1:58 PM.
Tags
None
Referenced Files
F28983152: raw.txt
May 9 2019, 1:58 PM
Subscribers
13:57:43 ema@cp1079.eqiad.wmnet:~
$ curl docker-registry.svc.eqiad.wmnet:81
curl: (7) Failed to connect to docker-registry.svc.eqiad.wmnet port 81: Connection refused
13:57:47 ema@cp1079.eqiad.wmnet:~
$ curl docker-registry.svc.codfw.wmnet:81
curl: (7) Failed to connect to docker-registry.svc.codfw.wmnet port 81: Connection refused

Event Timeline

fsero@cp1079:~$ curl -H 'Host: docker-registry.wikimedia.org' -v registry1001.eqiad.wmnet:81/v2/alpine/tags/list 
*   Trying 10.64.0.143...
* TCP_NODELAY set
* Connected to registry1001.eqiad.wmnet (10.64.0.143) port 81 (#0)
> GET /v2/alpine/tags/list HTTP/1.1
> Host: docker-registry.wikimedia.org
> User-Agent: curl/7.52.1
> Accept: */*
> 
< HTTP/1.1 200 OK
< Server: nginx/1.13.6
< Date: Thu, 09 May 2019 14:07:05 GMT
< Content-Type: application/json; charset=utf-8
< Content-Length: 48
< Connection: keep-alive
< Docker-Distribution-Api-Version: registry/2.0
< X-Content-Type-Options: nosniff
< Docker-Distribution-Api-Version: registry/2.0
< Cache-Control: no-cache,must-revalidate
< 
{"name":"alpine","tags":["3.4","3.5","latest"]}
* Curl_http_done: called premature == 0
* Connection #0 to host registry1001.eqiad.wmnet left intact