问题描述:
使用 HTTP 模式安装好了 VMware Harbor,但是, 使用的时候发现:
使用docker push 命令推镜像的时候, 失败了,
自然, web界面上也看不到镜像。
解决办法要点:
1. 确认配置正确,
可以 独立 run 一个registry的容器,实验一下配置是否正确
2. 使用docker login 命令先登录
docker login -u admin -p Harbor12345 -e sample_admin@mydomain.com 172.30.0.20:5000
3. 给镜像打标签的时候, 要多一层 library, 这个是缺省的, 否则要建立好了project,才能推镜像
docker tag busybox 172.30.0.20:5000/library/my
详细过程
1. 不正确的操作示例
客户端:[root@ip-172-30-0-20 ~]# docker push 172.30.0.20:5000/busybox:cloud
The push refers to a repository [172.30.0.20:5000/busybox]
5f70bf18a086: Image push failed
1834950e52ce: Image push failed
unauthorized: authentication required
[root@ip-172-30-0-20 ~]#
服务器端:
registry_1 | time="2016-06-08T11:02:29.929222341Z" level=debug msg="authorizing request" go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=300a9dbe-6027-41bb-a9a3-64e7eaf68f76 http.request.method=GET http.request.remoteaddr="172.30.0.20:41271" http.request.uri="/v2/" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry version=v2.4.0
registry_1 | time="2016-06-08T11:02:29.929388489Z" level=warning msg="error authorizing context: authorization token required" go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=300a9dbe-6027-41bb-a9a3-64e7eaf68f76 http.request.method=GET http.request.remoteaddr="172.30.0.20:41271" http.request.uri="/v2/" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry version=v2.4.0
registry_1 | 172.30.0.20 - - [08/Jun/2016:11:02:29 +0000] "GET /v2/ HTTP/1.1" 401 87 "" "docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64"
ui_1 | 2016-06-08T11:02:29Z [INFO] request url: /service/token?scope=repository%3Abusybox%3Apush%2Cpull&service=token-service
ui_1 | 2016-06-08T11:02:29Z [DEBUG] [authenticator.go:52]: Current AUTH_MODE is db_auth
ui_1 | 2016-06-08T11:02:29Z [DEBUG] [authutils.go:42]: scopes: [repository:busybox:push,pull]
ui_1 | 2016-06-08T11:02:29Z [INFO] current access, type: repository, name:busybox, actions:[]
ui_1 | 2016/06/08 11:02:29 [router.go:828][D] | GET | /service/token | 36.754061ms | match | /service/token |
registry_1 | time="2016-06-08T11:02:29.973905388Z" level=debug msg="authorizing request" go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=f7031b1d-2055-43db-8bcc-a587d95dc1bf http.request.method=HEAD http.request.remoteaddr="172.30.0.20:41275" http.request.uri="/v2/busybox/blobs/sha256:385e281300cc6d88bdd155e0931fbdfbb1801c2b0265340a40481ee2b733ae66" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry vars.digest="sha256:385e281300cc6d88bdd155e0931fbdfbb1801c2b0265340a40481ee2b733ae66" vars.name=busybox version=v2.4.0
registry_1 | time="2016-06-08T11:02:29.974703102Z" level=warning msg="error authorizing context: insufficient scope" go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=f7031b1d-2055-43db-8bcc-a587d95dc1bf http.request.method=HEAD http.request.remoteaddr="172.30.0.20:41275" http.request.uri="/v2/busybox/blobs/sha256:385e281300cc6d88bdd155e0931fbdfbb1801c2b0265340a40481ee2b733ae66" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry vars.digest="sha256:385e281300cc6d88bdd155e0931fbdfbb1801c2b0265340a40481ee2b733ae66" vars.name=busybox version=v2.4.0
registry_1 | 172.30.0.20 - - [08/Jun/2016:11:02:29 +0000] "HEAD /v2/busybox/blobs/sha256:385e281300cc6d88bdd155e0931fbdfbb1801c2b0265340a40481ee2b733ae66 HTTP/1.1" 401 139 "" "docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64"
registry_1 | time="2016-06-08T11:02:29.975992181Z" level=debug msg="authorizing request" go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=2aed3a1d-8bd2-4b4a-9507-9aa01f76d009 http.request.method=HEAD http.request.remoteaddr="172.30.0.20:41274" http.request.uri="/v2/busybox/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry vars.digest="sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" vars.name=busybox version=v2.4.0
registry_1 | time="2016-06-08T11:02:29.976514194Z" level=warning msg="error authorizing context: insufficient scope" go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=2aed3a1d-8bd2-4b4a-9507-9aa01f76d009 http.request.method=HEAD http.request.remoteaddr="172.30.0.20:41274" http.request.uri="/v2/busybox/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry vars.digest="sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" vars.name=busybox version=v2.4.0
registry_1 | 172.30.0.20 - - [08/Jun/2016:11:02:29 +0000] "HEAD /v2/busybox/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 HTTP/1.1" 401 139 "" "docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64"
proxy_1 | 54.172.254.196 - - [08/Jun/2016:11:02:29 +0000] "GET /service/token?scope=repository%3Abusybox%3Apush%2Cpull&service=token-service HTTP/1.1" 200 1157 "-" "docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64"
解决:
a。登录
[root@ip-172-30-0-20 ~]# docker login -u admin -p Harbor12345 -e sample_admin@mydomain.com 172.30.0.20:5000
WARNING: login credentials saved in /root/.docker/config.json
Login Succeeded
[root@ip-172-30-0-20 ~]#
b。文件内容
"auths": {
"172.30.0.20:5000": {
"auth": "YWRtaW46SGFyYm9yMTIzNDU=",
"email": "sample_admin@mydomain.com"
}
}
}
c。服务器端输出
registry_1 | time="2016-06-08T11:08:27.101055472Z" level=debug msg="authorizing request" go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=4fb2a7ec-9446-4e09-8c13-5fb71f091261 http.request.method=GET http.request.remoteaddr="172.30.0.20:41278" http.request.uri="/v2/" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry version=v2.4.0
registry_1 | time="2016-06-08T11:08:27.101137779Z" level=warning msg="error authorizing context: authorization token required" go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=4fb2a7ec-9446-4e09-8c13-5fb71f091261 http.request.method=GET http.request.remoteaddr="172.30.0.20:41278" http.request.uri="/v2/" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry version=v2.4.0
registry_1 | 172.30.0.20 - - [08/Jun/2016:11:08:27 +0000] "GET /v2/ HTTP/1.1" 401 87 "" "docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64"
ui_1 | 2016-06-08T11:08:27Z [INFO] request url: /service/token?account=admin&service=token-service
ui_1 | 2016-06-08T11:08:27Z [DEBUG] [authenticator.go:52]: Current AUTH_MODE is db_auth
ui_1 | 2016-06-08T11:08:27Z [DEBUG] [authutils.go:42]: scopes: []
ui_1 | 2016/06/08 11:08:27 [router.go:828][D] | GET | /service/token | 29.821542ms | match | /service/token |
registry_1 | time="2016-06-08T11:08:27.137128678Z" level=debug msg="authorizing request" go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=6a912eb4-3932-43fe-bdff-6e84c45d70a4 http.request.method=GET http.request.remoteaddr="172.30.0.20:41281" http.request.uri="/v2/" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry version=v2.4.0
registry_1 | time="2016-06-08T11:08:27.13791445Z" level=info msg="response completed" go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=6a912eb4-3932-43fe-bdff-6e84c45d70a4 http.request.method=GET http.request.remoteaddr="172.30.0.20:41281" http.request.uri="/v2/" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.934938ms http.response.status=200 http.response.written=2 instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry version=v2.4.0
registry_1 | 172.30.0.20 - - [08/Jun/2016:11:08:27 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64"
proxy_1 | 54.172.254.196 - admin [08/Jun/2016:11:08:27 +0000] "GET /service/token?account=admin&service=token-service HTTP/1.1" 200 1099 "-" "docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64"
d。 上传 image客户端
[root@ip-172-30-0-20 ~]# docker tag busybox 172.30.0.20:5000/library/my
[root@ip-172-30-0-20 ~]# docker push 172.30.0.20:5000/library/my
The push refers to a repository [172.30.0.20:5000/library/my]
5f70bf18a086: Pushed
1834950e52ce: Pushed
latest: digest: sha256:6757d4b17cd75742fc3b1fc1a8d02b45b637f2ac913ee9669f5c2aed0c9b26ba size: 711
[root@ip-172-30-0-20 ~]#
e。服务器端输出
。。。。。。。。
ui_1 | 2016/06/08 11:30:57 [router.go:828][D] | POST | /service/notifications | 190.034µs | match | /service/notifications |
ui_1 | 2016/06/08 11:30:57 [router.go:828][D] | POST | /service/notifications | 129.273µs | match | /service/notifications |
registry_1 | time="2016-06-08T11:30:57.467393644Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/library/my/_uploads/fc09f50f-40c6-4d23-9de2-3da6809135dc/hashstates/sha256/32\")" auth.user.name=admin go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=c542aa68-6394-4e88-b199-ac33cea3ba5c http.request.method=PUT http.request.remoteaddr="172.30.0.20:41387" http.request.uri="/v2/library/my/blobs/uploads/fc09f50f-40c6-4d23-9de2-3da6809135dc?_state=1Ocz-7gnHsotN8b7_xWRhdGa68KO66pPPYB7MNJS0B57Ik5hbWUiOiJsaWJyYXJ5L215IiwiVVVJRCI6ImZjMDlmNTBmLTQwYzYtNGQyMy05ZGUyLTNkYTY4MDkxMzVkYyIsIk9mZnNldCI6MzIsIlN0YXJ0ZWRBdCI6IjIwMTYtMDYtMDhUMTE6MzA6NTZaIn0%3D&digest=sha256%3Aa3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=4.430229ms trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=fb876aa5-13fb-4ac9-bcb6-5a6a49824360 trace.line=95 vars.name="library/my" vars.uuid=fc09f50f-40c6-4d23-9de2-3da6809135dc version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.4674827Z" level=info msg="response completed" go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=c542aa68-6394-4e88-b199-ac33cea3ba5c http.request.method=PUT http.request.remoteaddr="172.30.0.20:41387" http.request.uri="/v2/library/my/blobs/uploads/fc09f50f-40c6-4d23-9de2-3da6809135dc?_state=1Ocz-7gnHsotN8b7_xWRhdGa68KO66pPPYB7MNJS0B57Ik5hbWUiOiJsaWJyYXJ5L215IiwiVVVJRCI6ImZjMDlmNTBmLTQwYzYtNGQyMy05ZGUyLTNkYTY4MDkxMzVkYyIsIk9mZnNldCI6MzIsIlN0YXJ0ZWRBdCI6IjIwMTYtMDYtMDhUMTE6MzA6NTZaIn0%3D&digest=sha256%3Aa3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" http.response.duration=17.344638ms http.response.status=201 http.response.written=0 instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry version=v2.4.0
registry_1 | 172.30.0.20 - - [08/Jun/2016:11:30:57 +0000] "PUT /v2/library/my/blobs/uploads/fc09f50f-40c6-4d23-9de2-3da6809135dc?_state=1Ocz-7gnHsotN8b7_xWRhdGa68KO66pPPYB7MNJS0B57Ik5hbWUiOiJsaWJyYXJ5L215IiwiVVVJRCI6ImZjMDlmNTBmLTQwYzYtNGQyMy05ZGUyLTNkYTY4MDkxMzVkYyIsIk9mZnNldCI6MzIsIlN0YXJ0ZWRBdCI6IjIwMTYtMDYtMDhUMTE6MzA6NTZaIn0%3D&digest=sha256%3Aa3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 HTTP/1.1" 201 0 "" "docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64"
registry_1 | time="2016-06-08T11:30:57.469954822Z" level=debug msg="authorizing request" go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=53d3f1bc-f7aa-46b7-9805-3f15223668d2 http.request.method=HEAD http.request.remoteaddr="172.30.0.20:41391" http.request.uri="/v2/library/my/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry vars.digest="sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" vars.name="library/my" version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.470411841Z" level=debug msg=GetBlob auth.user.name=admin go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=53d3f1bc-f7aa-46b7-9805-3f15223668d2 http.request.method=HEAD http.request.remoteaddr="172.30.0.20:41391" http.request.uri="/v2/library/my/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry vars.digest="sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" vars.name="library/my" version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.470494155Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/a3/a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4/data\")" auth.user.name=admin go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=53d3f1bc-f7aa-46b7-9805-3f15223668d2 http.request.method=HEAD http.request.remoteaddr="172.30.0.20:41391" http.request.uri="/v2/library/my/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=11.125µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=f148fdfd-97ed-4aa9-9cac-f7179e81cb09 trace.line=189 vars.digest="sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" vars.name="library/my" version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.47060991Z" level=info msg="response completed" go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=53d3f1bc-f7aa-46b7-9805-3f15223668d2 http.request.method=HEAD http.request.remoteaddr="172.30.0.20:41391" http.request.uri="/v2/library/my/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" http.response.contenttype="application/octet-stream" http.response.duration=1.809802ms http.response.status=200 http.response.written=0 instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry version=v2.4.0
registry_1 | 172.30.0.20 - - [08/Jun/2016:11:30:57 +0000] "HEAD /v2/library/my/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 HTTP/1.1" 200 0 "" "docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64"
registry_1 | time="2016-06-08T11:30:57.476437528Z" level=debug msg="authorizing request" go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=6abafc9e-372d-4024-bbdc-970cd2746a90 http.request.method=HEAD http.request.remoteaddr="172.30.0.20:41392" http.request.uri="/v2/library/my/blobs/sha256:47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry vars.digest="sha256:47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb" vars.name="library/my" version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.476928757Z" level=debug msg=GetBlob auth.user.name=admin go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=6abafc9e-372d-4024-bbdc-970cd2746a90 http.request.method=HEAD http.request.remoteaddr="172.30.0.20:41392" http.request.uri="/v2/library/my/blobs/sha256:47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry vars.digest="sha256:47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb" vars.name="library/my" version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.477073508Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/library/my/_layers/sha256/47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb/link\")" auth.user.name=admin go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=6abafc9e-372d-4024-bbdc-970cd2746a90 http.request.method=HEAD http.request.remoteaddr="172.30.0.20:41392" http.request.uri="/v2/library/my/blobs/sha256:47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=29.958µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=3294f1e7-e5a2-4d03-bc63-9ae2469faf68 trace.line=82 vars.digest="sha256:47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb" vars.name="library/my" version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.477253492Z" level=error msg="response completed with error" auth.user.name=admin err.code="blob unknown" err.detail=sha256:47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb err.message="blob unknown to registry" go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=6abafc9e-372d-4024-bbdc-970cd2746a90 http.request.method=HEAD http.request.remoteaddr="172.30.0.20:41392" http.request.uri="/v2/library/my/blobs/sha256:47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" http.response.contenttype="application/json; charset=utf-8" http.response.duration=4.447419ms http.response.status=404 http.response.written=157 instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry vars.digest="sha256:47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb" vars.name="library/my" version=v2.4.0
registry_1 | 172.30.0.20 - - [08/Jun/2016:11:30:57 +0000] "HEAD /v2/library/my/blobs/sha256:47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb HTTP/1.1" 404 157 "" "docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64"
ui_1 | 2016/06/08 11:30:57 [router.go:828][D] | POST | /service/notifications | 173.208µs | match | /service/notifications |
registry_1 | time="2016-06-08T11:30:57.481071815Z" level=debug msg="authorizing request" go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=e9b8b241-01d1-4c2f-9fcd-2bd6a610e1c3 http.request.method=POST http.request.remoteaddr="172.30.0.20:41394" http.request.uri="/v2/library/my/blobs/uploads/" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry vars.name="library/my" version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.481536747Z" level=debug msg="(*linkedBlobStore).Writer" auth.user.name=admin go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=e9b8b241-01d1-4c2f-9fcd-2bd6a610e1c3 http.request.method=POST http.request.remoteaddr="172.30.0.20:41394" http.request.uri="/v2/library/my/blobs/uploads/" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry vars.name="library/my" version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.490582996Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/library/my/_uploads/6196944c-3493-4436-872b-7dcefcd41ffb/startedat\")" auth.user.name=admin go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=e9b8b241-01d1-4c2f-9fcd-2bd6a610e1c3 http.request.method=POST http.request.remoteaddr="172.30.0.20:41394" http.request.uri="/v2/library/my/blobs/uploads/" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=8.987398ms trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=3d7bfda0-8f25-4d24-8b6f-80bcae678ca7 trace.line=95 vars.name="library/my" version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.490694936Z" level=debug msg="filesystem.Writer(\"/docker/registry/v2/repositories/library/my/_uploads/6196944c-3493-4436-872b-7dcefcd41ffb/data\", false)" auth.user.name=admin go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=e9b8b241-01d1-4c2f-9fcd-2bd6a610e1c3 http.request.method=POST http.request.remoteaddr="172.30.0.20:41394" http.request.uri="/v2/library/my/blobs/uploads/" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=46.928µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=274414e9-1eb3-4678-90af-7b5512b059fc trace.line=124 vars.name="library/my" version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.495639668Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/library/my/_uploads/6196944c-3493-4436-872b-7dcefcd41ffb/hashstates/sha256/0\")" auth.user.name=admin go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=e9b8b241-01d1-4c2f-9fcd-2bd6a610e1c3 http.request.method=POST http.request.remoteaddr="172.30.0.20:41394" http.request.uri="/v2/library/my/blobs/uploads/" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=4.766076ms trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=a2baf7de-6e16-44cd-a3a9-9e6b86e0f24d trace.line=95 vars.name="library/my" version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.495707036Z" level=info msg="response completed" go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=e9b8b241-01d1-4c2f-9fcd-2bd6a610e1c3 http.request.method=POST http.request.remoteaddr="172.30.0.20:41394" http.request.uri="/v2/library/my/blobs/uploads/" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" http.response.duration=15.719449ms http.response.status=202 http.response.written=0 instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry version=v2.4.0
registry_1 | 172.30.0.20 - - [08/Jun/2016:11:30:57 +0000] "POST /v2/library/my/blobs/uploads/ HTTP/1.1" 202 0 "" "docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64"
registry_1 | time="2016-06-08T11:30:57.498043937Z" level=debug msg="authorizing request" go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=6b31eeb2-3174-401e-929f-42871684eccc http.request.method=PATCH http.request.remoteaddr="172.30.0.20:41395" http.request.uri="/v2/library/my/blobs/uploads/6196944c-3493-4436-872b-7dcefcd41ffb?_state=FEavlSGxQiJJ4KvpbkR3xln0ga9M1cMMTJF65EkVb057Ik5hbWUiOiJsaWJyYXJ5L215IiwiVVVJRCI6IjYxOTY5NDRjLTM0OTMtNDQzNi04NzJiLTdkY2VmY2Q0MWZmYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0wNi0wOFQxMTozMDo1Ny40ODE1NjYwNjNaIn0%3D" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry vars.name="library/my" vars.uuid=6196944c-3493-4436-872b-7dcefcd41ffb version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.498535035Z" level=debug msg="(*linkedBlobStore).Resume" auth.user.name=admin go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=6b31eeb2-3174-401e-929f-42871684eccc http.request.method=PATCH http.request.remoteaddr="172.30.0.20:41395" http.request.uri="/v2/library/my/blobs/uploads/6196944c-3493-4436-872b-7dcefcd41ffb?_state=FEavlSGxQiJJ4KvpbkR3xln0ga9M1cMMTJF65EkVb057Ik5hbWUiOiJsaWJyYXJ5L215IiwiVVVJRCI6IjYxOTY5NDRjLTM0OTMtNDQzNi04NzJiLTdkY2VmY2Q0MWZmYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0wNi0wOFQxMTozMDo1Ny40ODE1NjYwNjNaIn0%3D" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry vars.name="library/my" vars.uuid=6196944c-3493-4436-872b-7dcefcd41ffb version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.498622096Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/library/my/_uploads/6196944c-3493-4436-872b-7dcefcd41ffb/startedat\")" auth.user.name=admin go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=6b31eeb2-3174-401e-929f-42871684eccc http.request.method=PATCH http.request.remoteaddr="172.30.0.20:41395" http.request.uri="/v2/library/my/blobs/uploads/6196944c-3493-4436-872b-7dcefcd41ffb?_state=FEavlSGxQiJJ4KvpbkR3xln0ga9M1cMMTJF65EkVb057Ik5hbWUiOiJsaWJyYXJ5L215IiwiVVVJRCI6IjYxOTY5NDRjLTM0OTMtNDQzNi04NzJiLTdkY2VmY2Q0MWZmYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0wNi0wOFQxMTozMDo1Ny40ODE1NjYwNjNaIn0%3D" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=33.528µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=0a61d047-ba41-41aa-821c-b0b8135e8efb trace.line=82 vars.name="library/my" vars.uuid=6196944c-3493-4436-872b-7dcefcd41ffb version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.498717625Z" level=debug msg="filesystem.Writer(\"/docker/registry/v2/repositories/library/my/_uploads/6196944c-3493-4436-872b-7dcefcd41ffb/data\", true)" auth.user.name=admin go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=6b31eeb2-3174-401e-929f-42871684eccc http.request.method=PATCH http.request.remoteaddr="172.30.0.20:41395" http.request.uri="/v2/library/my/blobs/uploads/6196944c-3493-4436-872b-7dcefcd41ffb?_state=FEavlSGxQiJJ4KvpbkR3xln0ga9M1cMMTJF65EkVb057Ik5hbWUiOiJsaWJyYXJ5L215IiwiVVVJRCI6IjYxOTY5NDRjLTM0OTMtNDQzNi04NzJiLTdkY2VmY2Q0MWZmYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0wNi0wOFQxMTozMDo1Ny40ODE1NjYwNjNaIn0%3D" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=23.616µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=c9bb30fb-f580-479b-be42-f100069b350e trace.line=124 vars.name="library/my" vars.uuid=6196944c-3493-4436-872b-7dcefcd41ffb version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.507358352Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/library/my/_uploads/6196944c-3493-4436-872b-7dcefcd41ffb/hashstates/sha256/1370\")" auth.user.name=admin go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=6b31eeb2-3174-401e-929f-42871684eccc http.request.method=PATCH http.request.remoteaddr="172.30.0.20:41395" http.request.uri="/v2/library/my/blobs/uploads/6196944c-3493-4436-872b-7dcefcd41ffb?_state=FEavlSGxQiJJ4KvpbkR3xln0ga9M1cMMTJF65EkVb057Ik5hbWUiOiJsaWJyYXJ5L215IiwiVVVJRCI6IjYxOTY5NDRjLTM0OTMtNDQzNi04NzJiLTdkY2VmY2Q0MWZmYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0wNi0wOFQxMTozMDo1Ny40ODE1NjYwNjNaIn0%3D" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=8.437563ms trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=e1d68a5a-48aa-4080-9d72-36df4f30c09b trace.line=95 vars.name="library/my" vars.uuid=6196944c-3493-4436-872b-7dcefcd41ffb version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.511201695Z" level=info msg="response completed" go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=6b31eeb2-3174-401e-929f-42871684eccc http.request.method=PATCH http.request.remoteaddr="172.30.0.20:41395" http.request.uri="/v2/library/my/blobs/uploads/6196944c-3493-4436-872b-7dcefcd41ffb?_state=FEavlSGxQiJJ4KvpbkR3xln0ga9M1cMMTJF65EkVb057Ik5hbWUiOiJsaWJyYXJ5L215IiwiVVVJRCI6IjYxOTY5NDRjLTM0OTMtNDQzNi04NzJiLTdkY2VmY2Q0MWZmYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0wNi0wOFQxMTozMDo1Ny40ODE1NjYwNjNaIn0%3D" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" http.response.duration=14.36979ms http.response.status=202 http.response.written=0 instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry version=v2.4.0
registry_1 | 172.30.0.20 - - [08/Jun/2016:11:30:57 +0000] "PATCH /v2/library/my/blobs/uploads/6196944c-3493-4436-872b-7dcefcd41ffb?_state=FEavlSGxQiJJ4KvpbkR3xln0ga9M1cMMTJF65EkVb057Ik5hbWUiOiJsaWJyYXJ5L215IiwiVVVJRCI6IjYxOTY5NDRjLTM0OTMtNDQzNi04NzJiLTdkY2VmY2Q0MWZmYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0wNi0wOFQxMTozMDo1Ny40ODE1NjYwNjNaIn0%3D HTTP/1.1" 202 0 "" "docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64"
registry_1 | time="2016-06-08T11:30:57.515723634Z" level=debug msg="authorizing request" go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=53671b3c-dc9d-4999-8159-b29474ee9a89 http.request.method=PUT http.request.remoteaddr="172.30.0.20:41396" http.request.uri="/v2/library/my/blobs/uploads/6196944c-3493-4436-872b-7dcefcd41ffb?_state=PT4GO7nt3vqM0kUgU4x8tCOE7_KNTXEETmCPH_WklCp7Ik5hbWUiOiJsaWJyYXJ5L215IiwiVVVJRCI6IjYxOTY5NDRjLTM0OTMtNDQzNi04NzJiLTdkY2VmY2Q0MWZmYiIsIk9mZnNldCI6MTM3MCwiU3RhcnRlZEF0IjoiMjAxNi0wNi0wOFQxMTozMDo1N1oifQ%3D%3D&digest=sha256%3A47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry vars.name="library/my" vars.uuid=6196944c-3493-4436-872b-7dcefcd41ffb version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.516548942Z" level=debug msg="(*linkedBlobStore).Resume" auth.user.name=admin go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=53671b3c-dc9d-4999-8159-b29474ee9a89 http.request.method=PUT http.request.remoteaddr="172.30.0.20:41396" http.request.uri="/v2/library/my/blobs/uploads/6196944c-3493-4436-872b-7dcefcd41ffb?_state=PT4GO7nt3vqM0kUgU4x8tCOE7_KNTXEETmCPH_WklCp7Ik5hbWUiOiJsaWJyYXJ5L215IiwiVVVJRCI6IjYxOTY5NDRjLTM0OTMtNDQzNi04NzJiLTdkY2VmY2Q0MWZmYiIsIk9mZnNldCI6MTM3MCwiU3RhcnRlZEF0IjoiMjAxNi0wNi0wOFQxMTozMDo1N1oifQ%3D%3D&digest=sha256%3A47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry vars.name="library/my" vars.uuid=6196944c-3493-4436-872b-7dcefcd41ffb version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.516703561Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/library/my/_uploads/6196944c-3493-4436-872b-7dcefcd41ffb/startedat\")" auth.user.name=admin go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=53671b3c-dc9d-4999-8159-b29474ee9a89 http.request.method=PUT http.request.remoteaddr="172.30.0.20:41396" http.request.uri="/v2/library/my/blobs/uploads/6196944c-3493-4436-872b-7dcefcd41ffb?_state=PT4GO7nt3vqM0kUgU4x8tCOE7_KNTXEETmCPH_WklCp7Ik5hbWUiOiJsaWJyYXJ5L215IiwiVVVJRCI6IjYxOTY5NDRjLTM0OTMtNDQzNi04NzJiLTdkY2VmY2Q0MWZmYiIsIk9mZnNldCI6MTM3MCwiU3RhcnRlZEF0IjoiMjAxNi0wNi0wOFQxMTozMDo1N1oifQ%3D%3D&digest=sha256%3A47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=50.746µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=bafa6db3-6875-4348-a75f-0c1294446ef1 trace.line=82 vars.name="library/my" vars.uuid=6196944c-3493-4436-872b-7dcefcd41ffb version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.516843167Z" level=debug msg="filesystem.Writer(\"/docker/registry/v2/repositories/library/my/_uploads/6196944c-3493-4436-872b-7dcefcd41ffb/data\", true)" auth.user.name=admin go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=53671b3c-dc9d-4999-8159-b29474ee9a89 http.request.method=PUT http.request.remoteaddr="172.30.0.20:41396" http.request.uri="/v2/library/my/blobs/uploads/6196944c-3493-4436-872b-7dcefcd41ffb?_state=PT4GO7nt3vqM0kUgU4x8tCOE7_KNTXEETmCPH_WklCp7Ik5hbWUiOiJsaWJyYXJ5L215IiwiVVVJRCI6IjYxOTY5NDRjLTM0OTMtNDQzNi04NzJiLTdkY2VmY2Q0MWZmYiIsIk9mZnNldCI6MTM3MCwiU3RhcnRlZEF0IjoiMjAxNi0wNi0wOFQxMTozMDo1N1oifQ%3D%3D&digest=sha256%3A47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=29.564µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=b1142435-d9f9-4575-a9d9-135e99a5adec trace.line=124 vars.name="library/my" vars.uuid=6196944c-3493-4436-872b-7dcefcd41ffb version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.516938368Z" level=debug msg="(*blobWriter).Commit" auth.user.name=admin go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=53671b3c-dc9d-4999-8159-b29474ee9a89 http.request.method=PUT http.request.remoteaddr="172.30.0.20:41396" http.request.uri="/v2/library/my/blobs/uploads/6196944c-3493-4436-872b-7dcefcd41ffb?_state=PT4GO7nt3vqM0kUgU4x8tCOE7_KNTXEETmCPH_WklCp7Ik5hbWUiOiJsaWJyYXJ5L215IiwiVVVJRCI6IjYxOTY5NDRjLTM0OTMtNDQzNi04NzJiLTdkY2VmY2Q0MWZmYiIsIk9mZnNldCI6MTM3MCwiU3RhcnRlZEF0IjoiMjAxNi0wNi0wOFQxMTozMDo1N1oifQ%3D%3D&digest=sha256%3A47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry vars.name="library/my" vars.uuid=6196944c-3493-4436-872b-7dcefcd41ffb version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.517041379Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/library/my/_uploads/6196944c-3493-4436-872b-7dcefcd41ffb/data\")" auth.user.name=admin go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=53671b3c-dc9d-4999-8159-b29474ee9a89 http.request.method=PUT http.request.remoteaddr="172.30.0.20:41396" http.request.uri="/v2/library/my/blobs/uploads/6196944c-3493-4436-872b-7dcefcd41ffb?_state=PT4GO7nt3vqM0kUgU4x8tCOE7_KNTXEETmCPH_WklCp7Ik5hbWUiOiJsaWJyYXJ5L215IiwiVVVJRCI6IjYxOTY5NDRjLTM0OTMtNDQzNi04NzJiLTdkY2VmY2Q0MWZmYiIsIk9mZnNldCI6MTM3MCwiU3RhcnRlZEF0IjoiMjAxNi0wNi0wOFQxMTozMDo1N1oifQ%3D%3D&digest=sha256%3A47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=18.24µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=3dba6bf6-9402-4e46-8601-1a099c20c216 trace.line=137 vars.name="library/my" vars.uuid=6196944c-3493-4436-872b-7dcefcd41ffb version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.517212871Z" level=debug msg="filesystem.List(\"/docker/registry/v2/repositories/library/my/_uploads/6196944c-3493-4436-872b-7dcefcd41ffb/hashstates/sha256\")" auth.user.name=admin go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=53671b3c-dc9d-4999-8159-b29474ee9a89 http.request.method=PUT http.request.remoteaddr="172.30.0.20:41396" http.request.uri="/v2/library/my/blobs/uploads/6196944c-3493-4436-872b-7dcefcd41ffb?_state=PT4GO7nt3vqM0kUgU4x8tCOE7_KNTXEETmCPH_WklCp7Ik5hbWUiOiJsaWJyYXJ5L215IiwiVVVJRCI6IjYxOTY5NDRjLTM0OTMtNDQzNi04NzJiLTdkY2VmY2Q0MWZmYiIsIk9mZnNldCI6MTM3MCwiU3RhcnRlZEF0IjoiMjAxNi0wNi0wOFQxMTozMDo1N1oifQ%3D%3D&digest=sha256%3A47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=44.857µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).List" trace.id=c5040cef-dc13-41e4-8077-c1fe89263b28 trace.line=150 vars.name="library/my" vars.uuid=6196944c-3493-4436-872b-7dcefcd41ffb version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.517352955Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/library/my/_uploads/6196944c-3493-4436-872b-7dcefcd41ffb/hashstates/sha256/1370\")" auth.user.name=admin go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=53671b3c-dc9d-4999-8159-b29474ee9a89 http.request.method=PUT http.request.remoteaddr="172.30.0.20:41396" http.request.uri="/v2/library/my/blobs/uploads/6196944c-3493-4436-872b-7dcefcd41ffb?_state=PT4GO7nt3vqM0kUgU4x8tCOE7_KNTXEETmCPH_WklCp7Ik5hbWUiOiJsaWJyYXJ5L215IiwiVVVJRCI6IjYxOTY5NDRjLTM0OTMtNDQzNi04NzJiLTdkY2VmY2Q0MWZmYiIsIk9mZnNldCI6MTM3MCwiU3RhcnRlZEF0IjoiMjAxNi0wNi0wOFQxMTozMDo1N1oifQ%3D%3D&digest=sha256%3A47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=33.079µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=c9900eb9-feb4-490c-976a-3b28960f6c3d trace.line=82 vars.name="library/my" vars.uuid=6196944c-3493-4436-872b-7dcefcd41ffb version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.517636618Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/47/47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb/data\")" auth.user.name=admin go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=53671b3c-dc9d-4999-8159-b29474ee9a89 http.request.method=PUT http.request.remoteaddr="172.30.0.20:41396" http.request.uri="/v2/library/my/blobs/uploads/6196944c-3493-4436-872b-7dcefcd41ffb?_state=PT4GO7nt3vqM0kUgU4x8tCOE7_KNTXEETmCPH_WklCp7Ik5hbWUiOiJsaWJyYXJ5L215IiwiVVVJRCI6IjYxOTY5NDRjLTM0OTMtNDQzNi04NzJiLTdkY2VmY2Q0MWZmYiIsIk9mZnNldCI6MTM3MCwiU3RhcnRlZEF0IjoiMjAxNi0wNi0wOFQxMTozMDo1N1oifQ%3D%3D&digest=sha256%3A47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=27µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=b0a07905-7d07-4be5-9ec3-1262027e53eb trace.line=137 vars.name="library/my" vars.uuid=6196944c-3493-4436-872b-7dcefcd41ffb version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.517753955Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/library/my/_uploads/6196944c-3493-4436-872b-7dcefcd41ffb/data\")" auth.user.name=admin go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=53671b3c-dc9d-4999-8159-b29474ee9a89 http.request.method=PUT http.request.remoteaddr="172.30.0.20:41396" http.request.uri="/v2/library/my/blobs/uploads/6196944c-3493-4436-872b-7dcefcd41ffb?_state=PT4GO7nt3vqM0kUgU4x8tCOE7_KNTXEETmCPH_WklCp7Ik5hbWUiOiJsaWJyYXJ5L215IiwiVVVJRCI6IjYxOTY5NDRjLTM0OTMtNDQzNi04NzJiLTdkY2VmY2Q0MWZmYiIsIk9mZnNldCI6MTM3MCwiU3RhcnRlZEF0IjoiMjAxNi0wNi0wOFQxMTozMDo1N1oifQ%3D%3D&digest=sha256%3A47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=17.943µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=a12cba45-e65d-41b1-9296-22abeb8ae5bb trace.line=137 vars.name="library/my" vars.uuid=6196944c-3493-4436-872b-7dcefcd41ffb version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.51793345Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/library/my/_uploads/6196944c-3493-4436-872b-7dcefcd41ffb/data\", \"/docker/registry/v2/blobs/sha256/47/47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb/data\"" auth.user.name=admin go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=53671b3c-dc9d-4999-8159-b29474ee9a89 http.request.method=PUT http.request.remoteaddr="172.30.0.20:41396" http.request.uri="/v2/library/my/blobs/uploads/6196944c-3493-4436-872b-7dcefcd41ffb?_state=PT4GO7nt3vqM0kUgU4x8tCOE7_KNTXEETmCPH_WklCp7Ik5hbWUiOiJsaWJyYXJ5L215IiwiVVVJRCI6IjYxOTY5NDRjLTM0OTMtNDQzNi04NzJiLTdkY2VmY2Q0MWZmYiIsIk9mZnNldCI6MTM3MCwiU3RhcnRlZEF0IjoiMjAxNi0wNi0wOFQxMTozMDo1N1oifQ%3D%3D&digest=sha256%3A47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=80.194µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=86d5d4ef-984c-4d27-81ee-5e2489306c54 trace.line=163 vars.name="library/my" vars.uuid=6196944c-3493-4436-872b-7dcefcd41ffb version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.522289673Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/library/my/_layers/sha256/47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb/link\")" auth.user.name=admin go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=53671b3c-dc9d-4999-8159-b29474ee9a89 http.request.method=PUT http.request.remoteaddr="172.30.0.20:41396" http.request.uri="/v2/library/my/blobs/uploads/6196944c-3493-4436-872b-7dcefcd41ffb?_state=PT4GO7nt3vqM0kUgU4x8tCOE7_KNTXEETmCPH_WklCp7Ik5hbWUiOiJsaWJyYXJ5L215IiwiVVVJRCI6IjYxOTY5NDRjLTM0OTMtNDQzNi04NzJiLTdkY2VmY2Q0MWZmYiIsIk9mZnNldCI6MTM3MCwiU3RhcnRlZEF0IjoiMjAxNi0wNi0wOFQxMTozMDo1N1oifQ%3D%3D&digest=sha256%3A47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=4.195908ms trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=79c2b4c5-bb19-4c92-bd73-9fe5eee52a46 trace.line=95 vars.name="library/my" vars.uuid=6196944c-3493-4436-872b-7dcefcd41ffb version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.522577884Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/library/my/_uploads/6196944c-3493-4436-872b-7dcefcd41ffb\")" auth.user.name=admin go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=53671b3c-dc9d-4999-8159-b29474ee9a89 http.request.method=PUT http.request.remoteaddr="172.30.0.20:41396" http.request.uri="/v2/library/my/blobs/uploads/6196944c-3493-4436-872b-7dcefcd41ffb?_state=PT4GO7nt3vqM0kUgU4x8tCOE7_KNTXEETmCPH_WklCp7Ik5hbWUiOiJsaWJyYXJ5L215IiwiVVVJRCI6IjYxOTY5NDRjLTM0OTMtNDQzNi04NzJiLTdkY2VmY2Q0MWZmYiIsIk9mZnNldCI6MTM3MCwiU3RhcnRlZEF0IjoiMjAxNi0wNi0wOFQxMTozMDo1N1oifQ%3D%3D&digest=sha256%3A47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=203.634µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=af3cf25c-8406-4a52-a43d-6c35bf1dbaa5 trace.line=177 vars.name="library/my" vars.uuid=6196944c-3493-4436-872b-7dcefcd41ffb version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.526146731Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/library/my/_uploads/6196944c-3493-4436-872b-7dcefcd41ffb/hashstates/sha256/1370\")" auth.user.name=admin go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=53671b3c-dc9d-4999-8159-b29474ee9a89 http.request.method=PUT http.request.remoteaddr="172.30.0.20:41396" http.request.uri="/v2/library/my/blobs/uploads/6196944c-3493-4436-872b-7dcefcd41ffb?_state=PT4GO7nt3vqM0kUgU4x8tCOE7_KNTXEETmCPH_WklCp7Ik5hbWUiOiJsaWJyYXJ5L215IiwiVVVJRCI6IjYxOTY5NDRjLTM0OTMtNDQzNi04NzJiLTdkY2VmY2Q0MWZmYiIsIk9mZnNldCI6MTM3MCwiU3RhcnRlZEF0IjoiMjAxNi0wNi0wOFQxMTozMDo1N1oifQ%3D%3D&digest=sha256%3A47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=3.364895ms trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=91396a12-d51e-4230-91ed-6ca1e407f312 trace.line=95 vars.name="library/my" vars.uuid=6196944c-3493-4436-872b-7dcefcd41ffb version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.526238398Z" level=info msg="response completed" go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=53671b3c-dc9d-4999-8159-b29474ee9a89 http.request.method=PUT http.request.remoteaddr="172.30.0.20:41396" http.request.uri="/v2/library/my/blobs/uploads/6196944c-3493-4436-872b-7dcefcd41ffb?_state=PT4GO7nt3vqM0kUgU4x8tCOE7_KNTXEETmCPH_WklCp7Ik5hbWUiOiJsaWJyYXJ5L215IiwiVVVJRCI6IjYxOTY5NDRjLTM0OTMtNDQzNi04NzJiLTdkY2VmY2Q0MWZmYiIsIk9mZnNldCI6MTM3MCwiU3RhcnRlZEF0IjoiMjAxNi0wNi0wOFQxMTozMDo1N1oifQ%3D%3D&digest=sha256%3A47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" http.response.duration=13.849169ms http.response.status=201 http.response.written=0 instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry version=v2.4.0
registry_1 | 172.30.0.20 - - [08/Jun/2016:11:30:57 +0000] "PUT /v2/library/my/blobs/uploads/6196944c-3493-4436-872b-7dcefcd41ffb?_state=PT4GO7nt3vqM0kUgU4x8tCOE7_KNTXEETmCPH_WklCp7Ik5hbWUiOiJsaWJyYXJ5L215IiwiVVVJRCI6IjYxOTY5NDRjLTM0OTMtNDQzNi04NzJiLTdkY2VmY2Q0MWZmYiIsIk9mZnNldCI6MTM3MCwiU3RhcnRlZEF0IjoiMjAxNi0wNi0wOFQxMTozMDo1N1oifQ%3D%3D&digest=sha256%3A47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb HTTP/1.1" 201 0 "" "docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64"
ui_1 | 2016/06/08 11:30:57 [router.go:828][D] | POST | /service/notifications | 197.649µs | match | /service/notifications |
registry_1 | time="2016-06-08T11:30:57.529361955Z" level=debug msg="authorizing request" go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=8fb633c3-71cb-4438-a7e1-df1619fbb7e6 http.request.method=HEAD http.request.remoteaddr="172.30.0.20:41398" http.request.uri="/v2/library/my/blobs/sha256:47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry vars.digest="sha256:47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb" vars.name="library/my" version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.529814558Z" level=debug msg=GetBlob auth.user.name=admin go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=8fb633c3-71cb-4438-a7e1-df1619fbb7e6 http.request.method=HEAD http.request.remoteaddr="172.30.0.20:41398" http.request.uri="/v2/library/my/blobs/sha256:47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry vars.digest="sha256:47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb" vars.name="library/my" version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.529899021Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/47/47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb/data\")" auth.user.name=admin go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=8fb633c3-71cb-4438-a7e1-df1619fbb7e6 http.request.method=HEAD http.request.remoteaddr="172.30.0.20:41398" http.request.uri="/v2/library/my/blobs/sha256:47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=11.412µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=e82546fc-7b94-4eb8-9590-76e629f37271 trace.line=189 vars.digest="sha256:47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb" vars.name="library/my" version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.53001995Z" level=info msg="response completed" go.version=go1.6.1 http.request.host="172.30.0.20:5000" http.request.id=8fb633c3-71cb-4438-a7e1-df1619fbb7e6 http.request.method=HEAD http.request.remoteaddr="172.30.0.20:41398" http.request.uri="/v2/library/my/blobs/sha256:47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" http.response.contenttype="application/octet-stream" http.response.duration=1.888805ms http.response.status=200 http.response.written=0 instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry version=v2.4.0
registry_1 | 172.30.0.20 - - [08/Jun/2016:11:30:57 +0000] "HEAD /v2/library/my/blobs/sha256:47bcc53f74dc94b1920f0b34f6036096526296767650f223433fe65c35f149eb HTTP/1.1" 200 0 "" "docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64"
registry_1 | time="2016-06-08T11:30:57.53269401Z" level=debug msg="authorizing request" go.version=go1.6.1 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="172.30.0.20:5000" http.request.id=b82cb741-bdb9-42b5-976f-2a60bc07ea0e http.request.method=PUT http.request.remoteaddr="172.30.0.20:41399" http.request.uri="/v2/library/my/manifests/latest" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry vars.name="library/my" vars.reference=latest version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.533147883Z" level=debug msg=PutImageManifest auth.user.name=admin go.version=go1.6.1 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="172.30.0.20:5000" http.request.id=b82cb741-bdb9-42b5-976f-2a60bc07ea0e http.request.method=PUT http.request.remoteaddr="172.30.0.20:41399" http.request.uri="/v2/library/my/manifests/latest" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry vars.name="library/my" vars.reference=latest version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.533285051Z" level=debug msg="(*manifestStore).Put" auth.user.name=admin go.version=go1.6.1 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="172.30.0.20:5000" http.request.id=b82cb741-bdb9-42b5-976f-2a60bc07ea0e http.request.method=PUT http.request.remoteaddr="172.30.0.20:41399" http.request.uri="/v2/library/my/manifests/latest" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry vars.name="library/my" vars.reference=latest version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.533318879Z" level=debug msg="(*schema2ManifestHandler).Put" auth.user.name=admin go.version=go1.6.1 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="172.30.0.20:5000" http.request.id=b82cb741-bdb9-42b5-976f-2a60bc07ea0e http.request.method=PUT http.request.remoteaddr="172.30.0.20:41399" http.request.uri="/v2/library/my/manifests/latest" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry vars.name="library/my" vars.reference=latest version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.5334285Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/67/6757d4b17cd75742fc3b1fc1a8d02b45b637f2ac913ee9669f5c2aed0c9b26ba/data\")" auth.user.name=admin go.version=go1.6.1 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="172.30.0.20:5000" http.request.id=b82cb741-bdb9-42b5-976f-2a60bc07ea0e http.request.method=PUT http.request.remoteaddr="172.30.0.20:41399" http.request.uri="/v2/library/my/manifests/latest" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=23.094µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=742f3d99-c9c8-4ef8-ba46-055820b50aa4 trace.line=137 vars.name="library/my" vars.reference=latest version=v2.4.0
ui_1 | 2016/06/08 11:30:57 [router.go:828][D] | POST | /service/notifications | 164.003µs | match | /service/notifications |
registry_1 | time="2016-06-08T11:30:57.53634347Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/blobs/sha256/67/6757d4b17cd75742fc3b1fc1a8d02b45b637f2ac913ee9669f5c2aed0c9b26ba/data\")" auth.user.name=admin go.version=go1.6.1 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="172.30.0.20:5000" http.request.id=b82cb741-bdb9-42b5-976f-2a60bc07ea0e http.request.method=PUT http.request.remoteaddr="172.30.0.20:41399" http.request.uri="/v2/library/my/manifests/latest" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=2.846256ms trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=5cd4819a-2457-4440-b90f-fa4d226c6142 trace.line=95 vars.name="library/my" vars.reference=latest version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.538430694Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/library/my/_manifests/revisions/sha256/6757d4b17cd75742fc3b1fc1a8d02b45b637f2ac913ee9669f5c2aed0c9b26ba/link\")" auth.user.name=admin go.version=go1.6.1 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="172.30.0.20:5000" http.request.id=b82cb741-bdb9-42b5-976f-2a60bc07ea0e http.request.method=PUT http.request.remoteaddr="172.30.0.20:41399" http.request.uri="/v2/library/my/manifests/latest" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=1.988595ms trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=572a4df4-57d8-4a11-be0d-a8984b382eae trace.line=95 vars.name="library/my" vars.reference=latest version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.540564244Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/library/my/_manifests/revisions/sha256/6757d4b17cd75742fc3b1fc1a8d02b45b637f2ac913ee9669f5c2aed0c9b26ba/link\")" auth.user.name=admin go.version=go1.6.1 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="172.30.0.20:5000" http.request.id=b82cb741-bdb9-42b5-976f-2a60bc07ea0e http.request.method=PUT http.request.remoteaddr="172.30.0.20:41399" http.request.uri="/v2/library/my/manifests/latest" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=2.045875ms trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=0b7f7cd3-e326-459b-8967-3451a31b2e12 trace.line=95 vars.name="library/my" vars.reference=latest version=v2.4.0
ui_1 | 2016-06-08T11:30:57Z [DEBUG] [notification.go:62]: repo tag is : latest
ui_1 | 2016/06/08 11:30:57 [router.go:828][D] | POST | /service/notifications | 220.452µs | match | /service/notifications |
ui_1 | 2016-06-08T11:30:57Z [DEBUG] [cache.go:53]: refreshing catalog cache...
ui_1 | 2016-06-08T11:30:57Z [DEBUG] [tokenhandler.go:105]: get token from cache
ui_1 | 2016-06-08T11:30:57Z [DEBUG] [tokenhandler.go:109]: add token to request: GET http://registry:5000/v2/_catalog
registry_1 | time="2016-06-08T11:30:57.548025082Z" level=debug msg="authorizing request" go.version=go1.6.1 http.request.host="registry:5000" http.request.id=7da7b8a5-0c9d-4a36-954d-ebf1aaffc2ad http.request.method=GET http.request.remoteaddr="172.18.0.3:43635" http.request.uri="/v2/_catalog" http.request.useragent="Go-http-client/1.1" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.549292457Z" level=debug msg="filesystem.List(\"/docker/registry/v2/repositories\")" auth.user.name=admin go.version=go1.6.1 http.request.host="registry:5000" http.request.id=7da7b8a5-0c9d-4a36-954d-ebf1aaffc2ad http.request.method=GET http.request.remoteaddr="172.18.0.3:43635" http.request.uri="/v2/_catalog" http.request.useragent="Go-http-client/1.1" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=76.479µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).List" trace.id=32d61a54-1a86-4d0a-a27a-daa1b93b61b1 trace.line=150 version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.549402976Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/library\")" auth.user.name=admin go.version=go1.6.1 http.request.host="registry:5000" http.request.id=7da7b8a5-0c9d-4a36-954d-ebf1aaffc2ad http.request.method=GET http.request.remoteaddr="172.18.0.3:43635" http.request.uri="/v2/_catalog" http.request.useragent="Go-http-client/1.1" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=17.832µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=08a45645-194f-496d-a949-17de6e3ddfc5 trace.line=137 version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.549511228Z" level=debug msg="filesystem.List(\"/docker/registry/v2/repositories/library\")" auth.user.name=admin go.version=go1.6.1 http.request.host="registry:5000" http.request.id=7da7b8a5-0c9d-4a36-954d-ebf1aaffc2ad http.request.method=GET http.request.remoteaddr="172.18.0.3:43635" http.request.uri="/v2/_catalog" http.request.useragent="Go-http-client/1.1" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=24.051µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).List" trace.id=6a29f38c-2468-4b5e-b280-6824e93b2450 trace.line=150 version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.549607152Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/library/my\")" auth.user.name=admin go.version=go1.6.1 http.request.host="registry:5000" http.request.id=7da7b8a5-0c9d-4a36-954d-ebf1aaffc2ad http.request.method=GET http.request.remoteaddr="172.18.0.3:43635" http.request.uri="/v2/_catalog" http.request.useragent="Go-http-client/1.1" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=13.198µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=9dcd4cd3-5d2e-4f27-8122-b17b0f5595c9 trace.line=137 version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.549714472Z" level=debug msg="filesystem.List(\"/docker/registry/v2/repositories/library/my\")" auth.user.name=admin go.version=go1.6.1 http.request.host="registry:5000" http.request.id=7da7b8a5-0c9d-4a36-954d-ebf1aaffc2ad http.request.method=GET http.request.remoteaddr="172.18.0.3:43635" http.request.uri="/v2/_catalog" http.request.useragent="Go-http-client/1.1" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=27.262µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).List" trace.id=a5fd5bdf-f3f4-47a7-9e2b-4c9dab87d111 trace.line=150 version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.549810401Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/library/my/_layers\")" auth.user.name=admin go.version=go1.6.1 http.request.host="registry:5000" http.request.id=7da7b8a5-0c9d-4a36-954d-ebf1aaffc2ad http.request.method=GET http.request.remoteaddr="172.18.0.3:43635" http.request.uri="/v2/_catalog" http.request.useragent="Go-http-client/1.1" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=16.208µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=22376713-a397-4941-ba4b-626df18f6a92 trace.line=137 version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.549921987Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/library/my/_manifests\")" auth.user.name=admin go.version=go1.6.1 http.request.host="registry:5000" http.request.id=7da7b8a5-0c9d-4a36-954d-ebf1aaffc2ad http.request.method=GET http.request.remoteaddr="172.18.0.3:43635" http.request.uri="/v2/_catalog" http.request.useragent="Go-http-client/1.1" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=14.181µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=5d654992-f919-47de-9617-880481fec32b trace.line=137 version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.550014152Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/library/my/_uploads\")" auth.user.name=admin go.version=go1.6.1 http.request.host="registry:5000" http.request.id=7da7b8a5-0c9d-4a36-954d-ebf1aaffc2ad http.request.method=GET http.request.remoteaddr="172.18.0.3:43635" http.request.uri="/v2/_catalog" http.request.useragent="Go-http-client/1.1" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=12.497µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=47d53e01-35a3-4c42-8bed-94cd7a802951 trace.line=137 version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.550114702Z" level=info msg="response completed" go.version=go1.6.1 http.request.host="registry:5000" http.request.id=7da7b8a5-0c9d-4a36-954d-ebf1aaffc2ad http.request.method=GET http.request.remoteaddr="172.18.0.3:43635" http.request.uri="/v2/_catalog" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=6.063653ms http.response.status=200 http.response.written=32 instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry version=v2.4.0
registry_1 | 172.18.0.3 - - [08/Jun/2016:11:30:57 +0000] "GET /v2/_catalog HTTP/1.1" 200 32 "" "Go-http-client/1.1"
registry_1 | time="2016-06-08T11:30:57.552626688Z" level=debug msg="authorizing request" go.version=go1.6.1 http.request.host="registry:5000" http.request.id=f99a1b3f-e8f5-47d1-904a-7653f3bbe63d http.request.method=GET http.request.remoteaddr="172.18.0.3:43635" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.552699271Z" level=warning msg="error authorizing context: authorization token required" go.version=go1.6.1 http.request.host="registry:5000" http.request.id=f99a1b3f-e8f5-47d1-904a-7653f3bbe63d http.request.method=GET http.request.remoteaddr="172.18.0.3:43635" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry version=v2.4.0
registry_1 | 172.18.0.3 - - [08/Jun/2016:11:30:57 +0000] "GET /v2/ HTTP/1.1" 401 87 "" "Go-http-client/1.1"
ui_1 | 2016-06-08T11:30:57Z [DEBUG] [transport.go:56]: 200 | GET http://registry:5000/v2/_catalog
ui_1 | 2016-06-08T11:30:57Z [DEBUG] [challenge.go:29]: challenges: [{bearer map[realm:http://ip-172-30-0-20.ec2.internal/service/token service:token-service]}]
ui_1 | 2016-06-08T11:30:57Z [DEBUG] [repository.go:109]: initialized a repository client with username: http://registry:5000 library/my admin
ui_1 | 2016-06-08T11:30:57Z [DEBUG] [authutils.go:42]: scopes: [repository:library/my:pull,push]
ui_1 | 2016-06-08T11:30:57Z [INFO] current access, type: repository, name:library/my, actions:[push * pull]
registry_1 | time="2016-06-08T11:30:57.563349667Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/library/my/_manifests/tags/latest/index/sha256/6757d4b17cd75742fc3b1fc1a8d02b45b637f2ac913ee9669f5c2aed0c9b26ba/link\")" auth.user.name=admin go.version=go1.6.1 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="172.30.0.20:5000" http.request.id=b82cb741-bdb9-42b5-976f-2a60bc07ea0e http.request.method=PUT http.request.remoteaddr="172.30.0.20:41399" http.request.uri="/v2/library/my/manifests/latest" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=22.565243ms trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=cddb198a-396a-4da7-bd12-c0b913bc1f4c trace.line=95 vars.name="library/my" vars.reference=latest version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.568658626Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/library/my/_manifests/tags/latest/current/link\")" auth.user.name=admin go.version=go1.6.1 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="172.30.0.20:5000" http.request.id=b82cb741-bdb9-42b5-976f-2a60bc07ea0e http.request.method=PUT http.request.remoteaddr="172.30.0.20:41399" http.request.uri="/v2/library/my/manifests/latest" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=5.230873ms trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=905da45d-5a44-4add-9608-337386d10afc trace.line=95 vars.name="library/my" vars.reference=latest version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.568770973Z" level=info msg="response completed" go.version=go1.6.1 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="172.30.0.20:5000" http.request.id=b82cb741-bdb9-42b5-976f-2a60bc07ea0e http.request.method=PUT http.request.remoteaddr="172.30.0.20:41399" http.request.uri="/v2/library/my/manifests/latest" http.request.useragent="docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64" http.response.duration=37.219575ms http.response.status=201 http.response.written=0 instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry version=v2.4.0
registry_1 | 172.30.0.20 - - [08/Jun/2016:11:30:57 +0000] "PUT /v2/library/my/manifests/latest HTTP/1.1" 201 0 "" "docker/1.10.3-cs3 go/go1.5.4 git-commit/6df5588 kernel/3.10.0-327.el7.x86_64 os/linux arch/amd64"
ui_1 | 2016-06-08T11:30:57Z [DEBUG] [tokenhandler.go:245]: get token by calling GenTokenForUI directly
ui_1 | 2016-06-08T11:30:57Z [DEBUG] [tokenhandler.go:101]: add token to cache
ui_1 | 2016-06-08T11:30:57Z [DEBUG] [tokenhandler.go:109]: add token to request: GET http://registry:5000/v2/library/my/tags/list
registry_1 | time="2016-06-08T11:30:57.587948245Z" level=debug msg="authorizing request" go.version=go1.6.1 http.request.host="registry:5000" http.request.id=7d648bb1-c329-4914-a0d3-f01af5795b2c http.request.method=GET http.request.remoteaddr="172.18.0.3:43699" http.request.uri="/v2/library/my/tags/list" http.request.useragent="Go-http-client/1.1" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry vars.name="library/my" version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.588536845Z" level=debug msg="filesystem.List(\"/docker/registry/v2/repositories/library/my/_manifests/tags\")" auth.user.name=admin go.version=go1.6.1 http.request.host="registry:5000" http.request.id=7d648bb1-c329-4914-a0d3-f01af5795b2c http.request.method=GET http.request.remoteaddr="172.18.0.3:43699" http.request.uri="/v2/library/my/tags/list" http.request.useragent="Go-http-client/1.1" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=37.337µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).List" trace.id=c8fecac4-2b1e-4825-9a17-fb4bcb62f8dc trace.line=150 vars.name="library/my" version=v2.4.0
registry_1 | time="2016-06-08T11:30:57.588615734Z" level=info msg="response completed" go.version=go1.6.1 http.request.host="registry:5000" http.request.id=7d648bb1-c329-4914-a0d3-f01af5795b2c http.request.method=GET http.request.remoteaddr="172.18.0.3:43699" http.request.uri="/v2/library/my/tags/list" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.84154ms http.response.status=200 http.response.written=40 instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry version=v2.4.0
registry_1 | 172.18.0.3 - - [08/Jun/2016:11:30:57 +0000] "GET /v2/library/my/tags/list HTTP/1.1" 200 40 "" "Go-http-client/1.1"
ui_1 | 2016-06-08T11:30:57Z [DEBUG] [transport.go:56]: 200 | GET http://registry:5000/v2/library/my/tags/list
ui_1 | 2016-06-08T11:30:57Z [DEBUG] [cache.go:90]: add library/my to catalog cache
f。 web界面
g。 服务器端输出
ui_1 | 2016/06/08 11:33:53 [router.go:828][D] | GET | /registry/project | 2.83769ms | match | /registry/project |
proxy_1 | 54.152.6.205 - - [08/Jun/2016:11:33:53 +0000] "GET /registry/project HTTP/1.1" 200 9330 "http://54.172.254.196/registry/detail?project_id=1" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
ui_1 | 2016/06/08 11:33:53 [router.go:828][D] | GET | /api/users/current | 1.170352ms | match | /api/users/?:id |
proxy_1 | 54.152.6.205 - - [08/Jun/2016:11:33:53 +0000] "GET /api/users/current HTTP/1.1" 200 376 "http://54.172.254.196/registry/project" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
ui_1 | 2016/06/08 11:33:54 [router.go:828][D] | GET | /api/users | 1.160338ms | match | /api/users |
proxy_1 | 54.152.6.205 - - [08/Jun/2016:11:33:54 +0000] "GET /api/users?username= HTTP/1.1" 200 2 "http://54.172.254.196/registry/project" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
ui_1 | 2016/06/08 11:33:54 [router.go:828][D] | GET | /api/projects | 1.164931ms | match | /api/projects/ |
proxy_1 | 54.152.6.205 - - [08/Jun/2016:11:33:54 +0000] "GET /api/projects?is_public=0&project_name=×tamp=1465385751471 HTTP/1.1" 200 322 "http://54.172.254.196/registry/project" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
ui_1 | 2016/06/08 11:33:57 [router.go:828][D] | GET | /registry/detail | 4.497092ms | match | /registry/detail |
proxy_1 | 54.152.6.205 - - [08/Jun/2016:11:33:57 +0000] "GET /registry/detail?project_id=1 HTTP/1.1" 200 13988 "http://54.172.254.196/registry/project" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
ui_1 | 2016/06/08 11:33:57 [router.go:828][D] | GET | /api/users/current | 1.194576ms | match | /api/users/?:id |
proxy_1 | 54.152.6.205 - - [08/Jun/2016:11:33:57 +0000] "GET /api/users/current HTTP/1.1" 200 376 "http://54.172.254.196/registry/detail?project_id=1" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
ui_1 | 2016/06/08 11:33:58 [router.go:828][D] | GET | /api/repositories | 580.524µs | match | /api/repositories |
proxy_1 | 54.152.6.205 - - [08/Jun/2016:11:33:58 +0000] "GET /api/repositories?project_id=1&q= HTTP/1.1" 200 18 "http://54.172.254.196/registry/detail?project_id=1" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
ui_1 | 2016/06/08 11:33:58 [router.go:828][D] | GET | /api/projects/1/members/current | 2.267822ms | match | /api/projects/:pid/members/?:mid |
proxy_1 | 54.152.6.205 - - [08/Jun/2016:11:33:58 +0000] "GET /api/projects/1/members/current HTTP/1.1" 200 175 "http://54.172.254.196/registry/detail?project_id=1" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
ui_1 | 2016/06/08 11:33:58 [router.go:828][D] | GET | /api/projects/1/members | 1.909682ms | match | /api/projects/:pid/members/?:mid |
proxy_1 | 54.152.6.205 - - [08/Jun/2016:11:33:58 +0000] "GET /api/projects/1/members?username= HTTP/1.1" 200 349 "http://54.172.254.196/registry/detail?project_id=1" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
ui_1 | 2016-06-08T11:33:59Z [INFO] Query AccessLog: begin: 1970-01-01 00:00:00 +0000 UTC, end: 1970-01-01 00:00:00 +0000 UTC, keywords:
ui_1 | 2016/06/08 11:33:59 [router.go:828][D] | POST | /api/projects/1/logs/filter | 1.342516ms | match | /api/projects/:id/logs/filter |
proxy_1 | 54.152.6.205 - - [08/Jun/2016:11:33:59 +0000] "POST /api/projects/1/logs/filter HTTP/1.1" 200 378 "http://54.172.254.196/registry/detail?project_id=1" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
registry_1 | time="2016-06-08T11:34:25.441850826Z" level=debug msg="authorizing request" go.version=go1.6.1 http.request.host="registry:5000" http.request.id=1021bed3-2fb7-42b1-bb3a-55c3459417cd http.request.method=GET http.request.remoteaddr="172.18.0.3:43699" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry version=v2.4.0
registry_1 | time="2016-06-08T11:34:25.44193251Z" level=warning msg="error authorizing context: authorization token required" go.version=go1.6.1 http.request.host="registry:5000" http.request.id=1021bed3-2fb7-42b1-bb3a-55c3459417cd http.request.method=GET http.request.remoteaddr="172.18.0.3:43699" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry version=v2.4.0
registry_1 | 172.18.0.3 - - [08/Jun/2016:11:34:25 +0000] "GET /v2/ HTTP/1.1" 401 87 "" "Go-http-client/1.1"
ui_1 | 2016-06-08T11:34:25Z [DEBUG] [challenge.go:29]: challenges: [{bearer map[service:token-service realm:http://ip-172-30-0-20.ec2.internal/service/token]}]
ui_1 | 2016-06-08T11:34:25Z [DEBUG] [repository.go:109]: initialized a repository client with username: http://registry:5000 library/my admin
ui_1 | 2016-06-08T11:34:25Z [DEBUG] [authutils.go:42]: scopes: [repository:library/my:pull,push]
ui_1 | 2016-06-08T11:34:25Z [INFO] current access, type: repository, name:library/my, actions:[push * pull]
ui_1 | 2016-06-08T11:34:25Z [DEBUG] [tokenhandler.go:245]: get token by calling GenTokenForUI directly
ui_1 | 2016-06-08T11:34:25Z [DEBUG] [tokenhandler.go:101]: add token to cache
ui_1 | 2016-06-08T11:34:25Z [DEBUG] [tokenhandler.go:109]: add token to request: GET http://registry:5000/v2/library/my/tags/list
registry_1 | time="2016-06-08T11:34:25.476182751Z" level=debug msg="authorizing request" go.version=go1.6.1 http.request.host="registry:5000" http.request.id=9ce7ed29-d760-4d3d-aa6d-66b13c0b9732 http.request.method=GET http.request.remoteaddr="172.18.0.3:43711" http.request.uri="/v2/library/my/tags/list" http.request.useragent="Go-http-client/1.1" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry vars.name="library/my" version=v2.4.0
registry_1 | time="2016-06-08T11:34:25.476724828Z" level=debug msg="filesystem.List(\"/docker/registry/v2/repositories/library/my/_manifests/tags\")" auth.user.name=admin go.version=go1.6.1 http.request.host="registry:5000" http.request.id=9ce7ed29-d760-4d3d-aa6d-66b13c0b9732 http.request.method=GET http.request.remoteaddr="172.18.0.3:43711" http.request.uri="/v2/library/my/tags/list" http.request.useragent="Go-http-client/1.1" instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry trace.duration=36.156µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).List" trace.id=cf8972da-fd7c-4405-b3a7-c200e760197b trace.line=150 vars.name="library/my" version=v2.4.0
registry_1 | time="2016-06-08T11:34:25.476790496Z" level=info msg="response completed" go.version=go1.6.1 http.request.host="registry:5000" http.request.id=9ce7ed29-d760-4d3d-aa6d-66b13c0b9732 http.request.method=GET http.request.remoteaddr="172.18.0.3:43711" http.request.uri="/v2/library/my/tags/list" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.791906ms http.response.status=200 http.response.written=40 instance.id=71df9a7e-0ec8-4522-8978-bbd01813541f service=registry version=v2.4.0
registry_1 | 172.18.0.3 - - [08/Jun/2016:11:34:25 +0000] "GET /v2/library/my/tags/list HTTP/1.1" 200 40 "" "Go-http-client/1.1"
ui_1 | 2016-06-08T11:34:25Z [DEBUG] [transport.go:56]: 200 | GET http://registry:5000/v2/library/my/tags/list
ui_1 | 2016/06/08 11:34:25 [router.go:828][D] | GET | /api/repositories/tags | 36.473827ms | match | /api/repositories/tags |
proxy_1 | 54.152.6.205 - - [08/Jun/2016:11:34:25 +0000] "GET /api/repositories/tags?repo_name=library/my HTTP/1.1" 200 14 "http://54.172.254.196/registry/detail?project_id=1" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"