/etc/crane.conf :
[general]
debug: true
data_dir: /var/www/pub/docker/v2/app
endpoint: dev-32-38.lon1.centos.org:5000
curl -k https://localhost:5000/crane/repositories :
client command :
docker pull pulpdemobox
Using default tag: latest
Trying to pull repository dev-32-38.lon1.centos.org:5000/pulpdemobox ... not found
Trying to pull repository docker.io/library/pulpdemobox ... not found
Error: image library/pulpdemobox:latest not found
Docker Daemon debug :
DEBU[0660] Calling POST /images/create
INFO[0660] POST /v1.20/images/create?fromImage=pulpdemobox%3Alatest
DEBU[0660] hostDir: /etc/docker/certs.d/dev-32-38.lon1.centos.org:5000
DEBU[0660] crt: /etc/docker/certs.d/dev-32-38.lon1.centos.org:5000/ca.crt
DEBU[0660] Trying to pull dev-32-38.lon1.centos.org:5000/pulpdemobox from https://dev-32-38.lon1.centos.org:5000 v2
DEBU[0660] Pulling tag from V2 registry: "latest"
DEBU[0660] Error trying v2 registry: Get https://dev-32-38.lon1.centos.org/pulp/docker/v2/busybox/manifests/latest: x509: certificate signed by unknown authority
DEBU[0660] Trying to pull dev-32-38.lon1.centos.org:5000/pulpdemobox from https://dev-32-38.lon1.centos.org:5000 v1
DEBU[0660] hostDir: /etc/docker/certs.d/dev-32-38.lon1.centos.org:5000
DEBU[0660] crt: /etc/docker/certs.d/dev-32-38.lon1.centos.org:5000/ca.crt
DEBU[0660] attempting v2 ping for registry endpoint https://dev-32-38.lon1.centos.org:5000/v2/
DEBU[0660] Endpoint https://dev-32-38.lon1.centos.org:5000/v2/ is eligible for private registry. Enabling decorator.
DEBU[0660] [registry] Calling GET https://dev-32-38.lon1.centos.org:5000/v1/repositories/pulpdemobox/images
DEBU[0660] Not continuing with error: Error: image pulpdemobox:latest not found
DEBU[0660] Trying to pull docker.io/pulpdemobox from https://registry-1.docker.io v2
INFO[0660] Trust graph fetch failed: Get https://dvjy3tqbc323p.cloudfront.net/trust/official.json: dial tcp: lookup dvjy3tqbc323p.cloudfront.net: no such host
DEBU[0660] Fetched 0 base graphs at 2016-03-07 09:56:59.03874345 +0000 UTC
DEBU[0661] Pulling tag from V2 registry: "latest"
DEBU[0661] v2 error: errcode.Error unauthorized: access to the requested resource is not authorized
DEBU[0661] Error trying v2 registry: unauthorized: access to the requested resource is not authorized
DEBU[0661] Trying to pull docker.io/pulpdemobox from https://index.docker.io v1
INFO[0661] Trust graph fetch failed: Get https://dvjy3tqbc323p.cloudfront.net/trust/official.json: dial tcp: lookup dvjy3tqbc323p.cloudfront.net: no such host
DEBU[0661] Fetched 0 base graphs at 2016-03-07 09:57:00.077860923 +0000 UTC
DEBU[0661] hostDir: /etc/docker/certs.d/docker.io
DEBU[0661] [registry] Calling GET https://index.docker.io/v1/repositories/library/pulpdemobox/images
DEBU[0662] Not continuing with error: Error: image library/pulpdemobox:latest not found
httpd/access_log :
172.29.32.39 - - [07/Mar/2016:09:56:58 +0000] "GET /v2/ HTTP/1.1" 200 2 "-" "docker/1.8.2 go/go1.4.2 kernel/3.10.0-327.10.1.el7.x86_64 os/linux arch/amd64"
172.29.32.39 - - [07/Mar/2016:09:56:58 +0000] "GET /v2/pulpdemobox/manifests/latest HTTP/1.1" 302 353 "-" "docker/1.8.2 go/go1.4.2 kernel/3.10.0-327.10.1.el7.x86_64 os/linux arch/amd64"
172.29.32.39 - - [07/Mar/2016:09:56:59 +0000] "GET /v2/ HTTP/1.1" 200 2 "-" "docker/1.8.2 go/go1.4.2 kernel/3.10.0-327.10.1.el7.x86_64 os/linux arch/amd64"
172.29.32.39 - - [07/Mar/2016:09:56:59 +0000] "GET /v1/repositories/pulpdemobox/images HTTP/1.1" 404 9 "-" "docker/1.8.2 go/go1.4.2 kernel/3.10.0-327.10.1.el7.x86_64 os/linux arch/amd64"