Created
August 18, 2015 08:43
-
-
Save Deshke/04f72b6ca4bf2b29f898 to your computer and use it in GitHub Desktop.
docker-registry-2.1.1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker-compose up -d | |
Pulling registry (registry:2.1.1)... | |
2.1.1: Pulling from library/registry | |
6071b4945dcf: Pull complete | |
5bff21ba5409: Pull complete | |
e5855facec0b: Pull complete | |
8251da35e7a7: Pull complete | |
2d449bb18c75: Pull complete | |
a5f051f1f664: Pull complete | |
db95df628950: Pull complete | |
4f780ec6d926: Pull complete | |
8703b7c675b1: Pull complete | |
97cf055388e0: Pull complete | |
2f1ef7702586: Already exists | |
library/registry:2.1.1: The image you are pulling has been verified. Important: image verification is a tech preview feature and should not be relied on to provide security. | |
Digest: sha256:6cc85675eac508a36d3e87690977d4e8263ed8e625c3732f36074a36ddcd2d44 | |
Status: Downloaded newer image for registry:2.1.1 | |
Creating data_registry_1... | |
Pulling nginx (nginx:1.9)... | |
1.9: Pulling from library/nginx | |
902b87aaaec9: Pull complete | |
9a61b6b1315e: Pull complete | |
aface2a79f55: Pull complete | |
5dd2638d10a1: Pull complete | |
97df1ddba09e: Pull complete | |
56c99fa886e8: Pull complete | |
cd27805ea89f: Pull complete | |
5e95ac0e9a79: Pull complete | |
9f36f81a1ccb: Pull complete | |
4c1809b04591: Pull complete | |
98c9ccd75644: Pull complete | |
6886fb5a9b8d: Pull complete | |
Digest: sha256:82ad0a144a38f62babfc3c23b7b61d8d8cf1f7d5372cf5316531fc9a58349b62 | |
Status: Downloaded newer image for nginx:1.9 | |
Creating data_nginx_1... | |
docker ps -a | |
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES | |
5cc2e326e2b4 nginx:1.9 "nginx -g 'daemon off" 2 minutes ago Up 2 minutes 80/tcp, 0.0.0.0:5043->443/tcp data_nginx_1 | |
d54111b42d20 registry:2.1.1 "/bin/registry /etc/d" 2 minutes ago Up 2 minutes 127.0.0.1:5000->5000/tcp data_registry_1 | |
docker images | |
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE | |
registry 2.1.1 2f1ef7702586 4 days ago 220.6 MB | |
nginx 1.9 6886fb5a9b8d 4 weeks ago 132.9 MB | |
The push refers to a repository [docker-registry.tld:5043/repo/ingest_preview] (len: 1) | |
614874415dbb: Buffering to Disk | |
614874415dbb: Image successfully pushed | |
acb4b9c55960: Buffering to Disk | |
acb4b9c55960: Image successfully pushed | |
de4cfb2b4589: Buffering to Disk | |
de4cfb2b4589: Image successfully pushed | |
f54d80a302be: Buffering to Disk | |
f54d80a302be: Image successfully pushed | |
7c41e149ba35: Buffering to Disk | |
7c41e149ba35: Image successfully pushed | |
e5b1436aba67: Buffering to Disk | |
e5b1436aba67: Image successfully pushed | |
06bdc8f-1508180824: digest: sha256:2de31a38edb56a9fcdb6d51ae134cc53fced990fa6713f9391e51cfd528c6d24 size: 10607 | |
docker pull docker-registry.tld:5043/repo/ingest_preview:06bdc8f-1508180824 | |
06bdc8f-1508180824: Pulling from docker-registry.tld:5043/repo/ingest_preview | |
e5b1436aba67: Extracting 3.342 MB/304.3 MB | |
7c41e149ba35: Download complete | |
f54d80a302be: Download complete | |
de4cfb2b4589: Download complete | |
acb4b9c55960: Downloading 207.6 MB/409.3 MB | |
acb4b9c55960: Downloading 211.4 MB/409.3 MB | |
Pulling repository docker-registry.tld:5043/repo/ingest_preview | |
Error: image repo/ingest_preview:06bdc8f-1508180824 not found | |
docker exec d54111b42d20 registry -version | |
registry github.com/docker/distribution v2.1.1 | |
time="2015-08-18T08:18:43Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
time="2015-08-18T08:18:43Z" level=info msg="redis not configured" instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
time="2015-08-18T08:18:43Z" level=info msg="using inmemory blob descriptor cache" instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
time="2015-08-18T08:18:43Z" level=info msg="listening on [::]:5000" instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
time="2015-08-18T08:18:43Z" level=info msg="Starting upload purge in 50m0s" instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
time="2015-08-18T08:20:43Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=d6e24e26-0c05-4e8d-8412-9d2b1d9b2d6f http.request.method=GET http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" http.response.contenttype="application/json; charset=utf-8" http.response.duration=6.531377ms http.response.status=200 http.response.written=2 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:20:43 +0000] "GET /v2/ HTTP/1.0" 200 2 "" "docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" | |
time="2015-08-18T08:37:06Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=11425092-fc52-4b05-8722-35aa55fe8ace http.request.method=GET http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" http.response.contenttype="application/json; charset=utf-8" http.response.duration=4.8422ms http.response.status=200 http.response.written=2 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:37:06 +0000] "GET /v2/ HTTP/1.0" 200 2 "" "docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" | |
time="2015-08-18T08:37:06Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=87a686df-4bef-46b3-b9a2-3607cd744204 http.request.method=POST http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/uploads/" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" http.response.duration=8.982587ms http.response.status=202 http.response.written=0 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:37:06 +0000] "POST /v2/repo/ingest_preview/blobs/uploads/ HTTP/1.0" 202 0 "" "docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" | |
time="2015-08-18T08:37:07Z" level=warning msg="the ResponseWriter does not implement CloseNotifier" http.request.host="docker-registry.tld:5043" http.request.id=b9dbd291-5af0-4f28-be2c-2e151a9e311a http.request.method=PATCH http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/uploads/f7d79b26-0f3a-450d-86a9-8a6a791491a6?_state=OEoEANmGCCZ8jvIwCOLMngxzJkRpbcGwT_F786u9v8R7Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiZjdkNzliMjYtMGYzYS00NTBkLTg2YTktOGE2YTc5MTQ5MWE2IiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDE1LTA4LTE4VDA4OjM3OjA2Ljk0NTg4NDM0NloifQ%3D%3D" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 vars.name="repo/ingest_preview" vars.uuid=f7d79b26-0f3a-450d-86a9-8a6a791491a6 version=v2.1.1 | |
time="2015-08-18T08:37:07Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=b9dbd291-5af0-4f28-be2c-2e151a9e311a http.request.method=PATCH http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/uploads/f7d79b26-0f3a-450d-86a9-8a6a791491a6?_state=OEoEANmGCCZ8jvIwCOLMngxzJkRpbcGwT_F786u9v8R7Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiZjdkNzliMjYtMGYzYS00NTBkLTg2YTktOGE2YTc5MTQ5MWE2IiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDE1LTA4LTE4VDA4OjM3OjA2Ljk0NTg4NDM0NloifQ%3D%3D" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" http.response.duration=6.402631ms http.response.status=202 http.response.written=0 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:37:07 +0000] "PATCH /v2/repo/ingest_preview/blobs/uploads/f7d79b26-0f3a-450d-86a9-8a6a791491a6?_state=OEoEANmGCCZ8jvIwCOLMngxzJkRpbcGwT_F786u9v8R7Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiZjdkNzliMjYtMGYzYS00NTBkLTg2YTktOGE2YTc5MTQ5MWE2IiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDE1LTA4LTE4VDA4OjM3OjA2Ljk0NTg4NDM0NloifQ%3D%3D HTTP/1.0" 202 0 "" "docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" | |
time="2015-08-18T08:37:07Z" level=warning msg="the ResponseWriter does not implement CloseNotifier" http.request.host="docker-registry.tld:5043" http.request.id=cfb5319b-b961-4b43-9ee7-b2a91974a35e http.request.method=PUT http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/uploads/f7d79b26-0f3a-450d-86a9-8a6a791491a6?_state=UV1kq8Iuunq8rKoQmOiGHxs8Tcu-rDa65slGcgorDvx7Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiZjdkNzliMjYtMGYzYS00NTBkLTg2YTktOGE2YTc5MTQ5MWE2IiwiT2Zmc2V0IjozMiwiU3RhcnRlZEF0IjoiMjAxNS0wOC0xOFQwODozNzowNloifQ%3D%3D&digest=sha256%3Aa3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 vars.name="repo/ingest_preview" vars.uuid=f7d79b26-0f3a-450d-86a9-8a6a791491a6 version=v2.1.1 | |
time="2015-08-18T08:37:07Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=cfb5319b-b961-4b43-9ee7-b2a91974a35e http.request.method=PUT http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/uploads/f7d79b26-0f3a-450d-86a9-8a6a791491a6?_state=UV1kq8Iuunq8rKoQmOiGHxs8Tcu-rDa65slGcgorDvx7Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiZjdkNzliMjYtMGYzYS00NTBkLTg2YTktOGE2YTc5MTQ5MWE2IiwiT2Zmc2V0IjozMiwiU3RhcnRlZEF0IjoiMjAxNS0wOC0xOFQwODozNzowNloifQ%3D%3D&digest=sha256%3Aa3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" http.response.duration=13.815505ms http.response.status=201 http.response.written=0 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:37:07 +0000] "PUT /v2/repo/ingest_preview/blobs/uploads/f7d79b26-0f3a-450d-86a9-8a6a791491a6?_state=UV1kq8Iuunq8rKoQmOiGHxs8Tcu-rDa65slGcgorDvx7Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiZjdkNzliMjYtMGYzYS00NTBkLTg2YTktOGE2YTc5MTQ5MWE2IiwiT2Zmc2V0IjozMiwiU3RhcnRlZEF0IjoiMjAxNS0wOC0xOFQwODozNzowNloifQ%3D%3D&digest=sha256%3Aa3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 HTTP/1.0" 201 0 "" "docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" | |
time="2015-08-18T08:37:07Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=4a110d24-b51c-4ded-b5c5-632afbc6ac6f http.request.method=HEAD http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" http.response.contenttype="application/octet-stream" http.response.duration=4.944077ms http.response.status=200 http.response.written=0 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:37:07 +0000] "HEAD /v2/repo/ingest_preview/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 HTTP/1.0" 200 0 "" "docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" | |
time="2015-08-18T08:38:04Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=6364c2d8-c192-4282-bff0-279ed81582e4 http.request.method=POST http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/uploads/" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" http.response.duration=6.359805ms http.response.status=202 http.response.written=0 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:38:04 +0000] "POST /v2/repo/ingest_preview/blobs/uploads/ HTTP/1.0" 202 0 "" "docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" | |
time="2015-08-18T08:38:11Z" level=warning msg="the ResponseWriter does not implement CloseNotifier" http.request.host="docker-registry.tld:5043" http.request.id=1a68fdf3-9aec-4b4b-9314-ab77017fb786 http.request.method=PATCH http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/uploads/c97835f1-a190-48c6-bb61-6ba290600a7f?_state=DCSQscjKj04o6ywO4k2SuxMr4VpfLwCZi3LBds0P4gB7Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiYzk3ODM1ZjEtYTE5MC00OGM2LWJiNjEtNmJhMjkwNjAwYTdmIiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDE1LTA4LTE4VDA4OjM4OjA0LjkwNDEwNjk5MVoifQ%3D%3D" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 vars.name="repo/ingest_preview" vars.uuid=c97835f1-a190-48c6-bb61-6ba290600a7f version=v2.1.1 | |
time="2015-08-18T08:38:13Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=1a68fdf3-9aec-4b4b-9314-ab77017fb786 http.request.method=PATCH http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/uploads/c97835f1-a190-48c6-bb61-6ba290600a7f?_state=DCSQscjKj04o6ywO4k2SuxMr4VpfLwCZi3LBds0P4gB7Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiYzk3ODM1ZjEtYTE5MC00OGM2LWJiNjEtNmJhMjkwNjAwYTdmIiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDE1LTA4LTE4VDA4OjM4OjA0LjkwNDEwNjk5MVoifQ%3D%3D" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" http.response.duration=2.20855053s http.response.status=202 http.response.written=0 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:38:11 +0000] "PATCH /v2/repo/ingest_preview/blobs/uploads/c97835f1-a190-48c6-bb61-6ba290600a7f?_state=DCSQscjKj04o6ywO4k2SuxMr4VpfLwCZi3LBds0P4gB7Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiYzk3ODM1ZjEtYTE5MC00OGM2LWJiNjEtNmJhMjkwNjAwYTdmIiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDE1LTA4LTE4VDA4OjM4OjA0LjkwNDEwNjk5MVoifQ%3D%3D HTTP/1.0" 202 0 "" "docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" | |
time="2015-08-18T08:38:13Z" level=warning msg="the ResponseWriter does not implement CloseNotifier" http.request.host="docker-registry.tld:5043" http.request.id=903f79ea-1197-4d51-8031-7c5229b66fdf http.request.method=PUT http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/uploads/c97835f1-a190-48c6-bb61-6ba290600a7f?_state=no69CM6pm7OiW20uSRKluCd-lxa4P6wBSIdsvqOWHJ57Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiYzk3ODM1ZjEtYTE5MC00OGM2LWJiNjEtNmJhMjkwNjAwYTdmIiwiT2Zmc2V0Ijo0MDkzMzA0MTUsIlN0YXJ0ZWRBdCI6IjIwMTUtMDgtMThUMDg6Mzg6MDRaIn0%3D&digest=sha256%3A61405ca56ebeca0302092843eaa3c0d4992867b441ed7dcb8e049dbc5e4d85b3" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 vars.name="repo/ingest_preview" vars.uuid=c97835f1-a190-48c6-bb61-6ba290600a7f version=v2.1.1 | |
time="2015-08-18T08:38:17Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=903f79ea-1197-4d51-8031-7c5229b66fdf http.request.method=PUT http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/uploads/c97835f1-a190-48c6-bb61-6ba290600a7f?_state=no69CM6pm7OiW20uSRKluCd-lxa4P6wBSIdsvqOWHJ57Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiYzk3ODM1ZjEtYTE5MC00OGM2LWJiNjEtNmJhMjkwNjAwYTdmIiwiT2Zmc2V0Ijo0MDkzMzA0MTUsIlN0YXJ0ZWRBdCI6IjIwMTUtMDgtMThUMDg6Mzg6MDRaIn0%3D&digest=sha256%3A61405ca56ebeca0302092843eaa3c0d4992867b441ed7dcb8e049dbc5e4d85b3" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" http.response.duration=3.584702972s http.response.status=201 http.response.written=0 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:38:13 +0000] "PUT /v2/repo/ingest_preview/blobs/uploads/c97835f1-a190-48c6-bb61-6ba290600a7f?_state=no69CM6pm7OiW20uSRKluCd-lxa4P6wBSIdsvqOWHJ57Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiYzk3ODM1ZjEtYTE5MC00OGM2LWJiNjEtNmJhMjkwNjAwYTdmIiwiT2Zmc2V0Ijo0MDkzMzA0MTUsIlN0YXJ0ZWRBdCI6IjIwMTUtMDgtMThUMDg6Mzg6MDRaIn0%3D&digest=sha256%3A61405ca56ebeca0302092843eaa3c0d4992867b441ed7dcb8e049dbc5e4d85b3 HTTP/1.0" 201 0 "" "docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" | |
time="2015-08-18T08:38:17Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=7f253d22-1760-48fc-98dd-25e8d9c18396 http.request.method=HEAD http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/sha256:61405ca56ebeca0302092843eaa3c0d4992867b441ed7dcb8e049dbc5e4d85b3" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" http.response.contenttype="application/octet-stream" http.response.duration=2.040196ms http.response.status=200 http.response.written=0 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:38:17 +0000] "HEAD /v2/repo/ingest_preview/blobs/sha256:61405ca56ebeca0302092843eaa3c0d4992867b441ed7dcb8e049dbc5e4d85b3 HTTP/1.0" 200 0 "" "docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" | |
time="2015-08-18T08:38:17Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=809e1397-150d-4e21-9627-b26a346e72be http.request.method=POST http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/uploads/" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" http.response.duration=3.534084ms http.response.status=202 http.response.written=0 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:38:17 +0000] "POST /v2/repo/ingest_preview/blobs/uploads/ HTTP/1.0" 202 0 "" "docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" | |
time="2015-08-18T08:38:17Z" level=warning msg="the ResponseWriter does not implement CloseNotifier" http.request.host="docker-registry.tld:5043" http.request.id=7b6d05e1-20fc-4250-9872-edc1a19d1ec9 http.request.method=PATCH http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/uploads/a782cfd7-186d-4a24-b395-7114ab59d344?_state=HRN92ll5floZHOjap1xBIQuKOoRuM8DJsnK22BbQg-97Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiYTc4MmNmZDctMTg2ZC00YTI0LWIzOTUtNzExNGFiNTlkMzQ0IiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDE1LTA4LTE4VDA4OjM4OjE3LjY2OTE4MDQxWiJ9" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 vars.name="repo/ingest_preview" vars.uuid=a782cfd7-186d-4a24-b395-7114ab59d344 version=v2.1.1 | |
time="2015-08-18T08:38:17Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=7b6d05e1-20fc-4250-9872-edc1a19d1ec9 http.request.method=PATCH http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/uploads/a782cfd7-186d-4a24-b395-7114ab59d344?_state=HRN92ll5floZHOjap1xBIQuKOoRuM8DJsnK22BbQg-97Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiYTc4MmNmZDctMTg2ZC00YTI0LWIzOTUtNzExNGFiNTlkMzQ0IiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDE1LTA4LTE4VDA4OjM4OjE3LjY2OTE4MDQxWiJ9" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" http.response.duration=2.976115ms http.response.status=202 http.response.written=0 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:38:17 +0000] "PATCH /v2/repo/ingest_preview/blobs/uploads/a782cfd7-186d-4a24-b395-7114ab59d344?_state=HRN92ll5floZHOjap1xBIQuKOoRuM8DJsnK22BbQg-97Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiYTc4MmNmZDctMTg2ZC00YTI0LWIzOTUtNzExNGFiNTlkMzQ0IiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDE1LTA4LTE4VDA4OjM4OjE3LjY2OTE4MDQxWiJ9 HTTP/1.0" 202 0 "" "docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" | |
time="2015-08-18T08:38:17Z" level=warning msg="the ResponseWriter does not implement CloseNotifier" http.request.host="docker-registry.tld:5043" http.request.id=e41f863f-c25b-4360-9431-ffb539276c46 http.request.method=PUT http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/uploads/a782cfd7-186d-4a24-b395-7114ab59d344?_state=F1k710JqIF1alxojPcqJmoE6RSxOqJ5MQxTJFfzrlAx7Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiYTc4MmNmZDctMTg2ZC00YTI0LWIzOTUtNzExNGFiNTlkMzQ0IiwiT2Zmc2V0IjozMiwiU3RhcnRlZEF0IjoiMjAxNS0wOC0xOFQwODozODoxN1oifQ%3D%3D&digest=sha256%3Aa3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 vars.name="repo/ingest_preview" vars.uuid=a782cfd7-186d-4a24-b395-7114ab59d344 version=v2.1.1 | |
time="2015-08-18T08:38:17Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=e41f863f-c25b-4360-9431-ffb539276c46 http.request.method=PUT http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/uploads/a782cfd7-186d-4a24-b395-7114ab59d344?_state=F1k710JqIF1alxojPcqJmoE6RSxOqJ5MQxTJFfzrlAx7Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiYTc4MmNmZDctMTg2ZC00YTI0LWIzOTUtNzExNGFiNTlkMzQ0IiwiT2Zmc2V0IjozMiwiU3RhcnRlZEF0IjoiMjAxNS0wOC0xOFQwODozODoxN1oifQ%3D%3D&digest=sha256%3Aa3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" http.response.duration=5.543444ms http.response.status=201 http.response.written=0 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:38:17 +0000] "PUT /v2/repo/ingest_preview/blobs/uploads/a782cfd7-186d-4a24-b395-7114ab59d344?_state=F1k710JqIF1alxojPcqJmoE6RSxOqJ5MQxTJFfzrlAx7Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiYTc4MmNmZDctMTg2ZC00YTI0LWIzOTUtNzExNGFiNTlkMzQ0IiwiT2Zmc2V0IjozMiwiU3RhcnRlZEF0IjoiMjAxNS0wOC0xOFQwODozODoxN1oifQ%3D%3D&digest=sha256%3Aa3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 HTTP/1.0" 201 0 "" "docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" | |
time="2015-08-18T08:38:17Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=4eb1c6cb-9be5-4ce7-a115-7ae7cc7b789d http.request.method=HEAD http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" http.response.contenttype="application/octet-stream" http.response.duration=2.010393ms http.response.status=200 http.response.written=0 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:38:17 +0000] "HEAD /v2/repo/ingest_preview/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 HTTP/1.0" 200 0 "" "docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" | |
time="2015-08-18T08:38:17Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=ab0f9ed0-c341-4d1f-9b46-495d95680011 http.request.method=POST http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/uploads/" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" http.response.duration=3.503631ms http.response.status=202 http.response.written=0 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:38:17 +0000] "POST /v2/repo/ingest_preview/blobs/uploads/ HTTP/1.0" 202 0 "" "docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" | |
time="2015-08-18T08:38:17Z" level=warning msg="the ResponseWriter does not implement CloseNotifier" http.request.host="docker-registry.tld:5043" http.request.id=e8fbf3f2-50f4-4c39-8fd1-962779a0ad1b http.request.method=PATCH http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/uploads/12bb4f4e-c316-481e-9708-4e88b318816d?_state=ST0S4MSunrcQUt54F1BHD7HtFeyhb-zLFcSdyn0WaUh7Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiMTJiYjRmNGUtYzMxNi00ODFlLTk3MDgtNGU4OGIzMTg4MTZkIiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDE1LTA4LTE4VDA4OjM4OjE3Ljg4MDQ2MjQzN1oifQ%3D%3D" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 vars.name="repo/ingest_preview" vars.uuid=12bb4f4e-c316-481e-9708-4e88b318816d version=v2.1.1 | |
time="2015-08-18T08:38:17Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=e8fbf3f2-50f4-4c39-8fd1-962779a0ad1b http.request.method=PATCH http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/uploads/12bb4f4e-c316-481e-9708-4e88b318816d?_state=ST0S4MSunrcQUt54F1BHD7HtFeyhb-zLFcSdyn0WaUh7Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiMTJiYjRmNGUtYzMxNi00ODFlLTk3MDgtNGU4OGIzMTg4MTZkIiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDE1LTA4LTE4VDA4OjM4OjE3Ljg4MDQ2MjQzN1oifQ%3D%3D" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" http.response.duration=2.917486ms http.response.status=202 http.response.written=0 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:38:17 +0000] "PATCH /v2/repo/ingest_preview/blobs/uploads/12bb4f4e-c316-481e-9708-4e88b318816d?_state=ST0S4MSunrcQUt54F1BHD7HtFeyhb-zLFcSdyn0WaUh7Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiMTJiYjRmNGUtYzMxNi00ODFlLTk3MDgtNGU4OGIzMTg4MTZkIiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDE1LTA4LTE4VDA4OjM4OjE3Ljg4MDQ2MjQzN1oifQ%3D%3D HTTP/1.0" 202 0 "" "docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" | |
time="2015-08-18T08:38:17Z" level=warning msg="the ResponseWriter does not implement CloseNotifier" http.request.host="docker-registry.tld:5043" http.request.id=eef5e8c7-128c-493b-9568-df441b75dda1 http.request.method=PUT http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/uploads/12bb4f4e-c316-481e-9708-4e88b318816d?_state=sNBfRTi3lOgoGqt2lTbhTpHyfdZ1ftwshaA7b5C55l17Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiMTJiYjRmNGUtYzMxNi00ODFlLTk3MDgtNGU4OGIzMTg4MTZkIiwiT2Zmc2V0Ijo0MDYsIlN0YXJ0ZWRBdCI6IjIwMTUtMDgtMThUMDg6Mzg6MTdaIn0%3D&digest=sha256%3Afc65c2d9ee4ed16592e669d4303e39a85a732d70d3dd04f45ac6ab9e53b54de1" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 vars.name="repo/ingest_preview" vars.uuid=12bb4f4e-c316-481e-9708-4e88b318816d version=v2.1.1 | |
time="2015-08-18T08:38:17Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=eef5e8c7-128c-493b-9568-df441b75dda1 http.request.method=PUT http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/uploads/12bb4f4e-c316-481e-9708-4e88b318816d?_state=sNBfRTi3lOgoGqt2lTbhTpHyfdZ1ftwshaA7b5C55l17Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiMTJiYjRmNGUtYzMxNi00ODFlLTk3MDgtNGU4OGIzMTg4MTZkIiwiT2Zmc2V0Ijo0MDYsIlN0YXJ0ZWRBdCI6IjIwMTUtMDgtMThUMDg6Mzg6MTdaIn0%3D&digest=sha256%3Afc65c2d9ee4ed16592e669d4303e39a85a732d70d3dd04f45ac6ab9e53b54de1" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" http.response.duration=3.379862ms http.response.status=201 http.response.written=0 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:38:17 +0000] "PUT /v2/repo/ingest_preview/blobs/uploads/12bb4f4e-c316-481e-9708-4e88b318816d?_state=sNBfRTi3lOgoGqt2lTbhTpHyfdZ1ftwshaA7b5C55l17Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiMTJiYjRmNGUtYzMxNi00ODFlLTk3MDgtNGU4OGIzMTg4MTZkIiwiT2Zmc2V0Ijo0MDYsIlN0YXJ0ZWRBdCI6IjIwMTUtMDgtMThUMDg6Mzg6MTdaIn0%3D&digest=sha256%3Afc65c2d9ee4ed16592e669d4303e39a85a732d70d3dd04f45ac6ab9e53b54de1 HTTP/1.0" 201 0 "" "docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" | |
time="2015-08-18T08:38:18Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=6229138c-8730-44e2-bead-7d2ece2656e2 http.request.method=HEAD http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/sha256:fc65c2d9ee4ed16592e669d4303e39a85a732d70d3dd04f45ac6ab9e53b54de1" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" http.response.contenttype="application/octet-stream" http.response.duration=1.785645ms http.response.status=200 http.response.written=0 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:38:18 +0000] "HEAD /v2/repo/ingest_preview/blobs/sha256:fc65c2d9ee4ed16592e669d4303e39a85a732d70d3dd04f45ac6ab9e53b54de1 HTTP/1.0" 200 0 "" "docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" | |
time="2015-08-18T08:38:18Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=b2a3a426-f648-4254-926f-486c34337017 http.request.method=POST http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/uploads/" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" http.response.duration=3.985529ms http.response.status=202 http.response.written=0 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:38:18 +0000] "POST /v2/repo/ingest_preview/blobs/uploads/ HTTP/1.0" 202 0 "" "docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" | |
time="2015-08-18T08:38:18Z" level=warning msg="the ResponseWriter does not implement CloseNotifier" http.request.host="docker-registry.tld:5043" http.request.id=ffc8613d-27ef-4d3d-85b6-0fb013b3965b http.request.method=PATCH http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/uploads/95d579bd-6192-4847-94c9-334150323c53?_state=uyCatUO3V2XjXOWgW8dec5ft4ataJzkg584l2A_BVwp7Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiOTVkNTc5YmQtNjE5Mi00ODQ3LTk0YzktMzM0MTUwMzIzYzUzIiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDE1LTA4LTE4VDA4OjM4OjE4LjA2NjUzNTY0NFoifQ%3D%3D" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 vars.name="repo/ingest_preview" vars.uuid=95d579bd-6192-4847-94c9-334150323c53 version=v2.1.1 | |
time="2015-08-18T08:38:18Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=ffc8613d-27ef-4d3d-85b6-0fb013b3965b http.request.method=PATCH http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/uploads/95d579bd-6192-4847-94c9-334150323c53?_state=uyCatUO3V2XjXOWgW8dec5ft4ataJzkg584l2A_BVwp7Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiOTVkNTc5YmQtNjE5Mi00ODQ3LTk0YzktMzM0MTUwMzIzYzUzIiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDE1LTA4LTE4VDA4OjM4OjE4LjA2NjUzNTY0NFoifQ%3D%3D" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" http.response.duration=7.555341ms http.response.status=202 http.response.written=0 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:38:18 +0000] "PATCH /v2/repo/ingest_preview/blobs/uploads/95d579bd-6192-4847-94c9-334150323c53?_state=uyCatUO3V2XjXOWgW8dec5ft4ataJzkg584l2A_BVwp7Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiOTVkNTc5YmQtNjE5Mi00ODQ3LTk0YzktMzM0MTUwMzIzYzUzIiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDE1LTA4LTE4VDA4OjM4OjE4LjA2NjUzNTY0NFoifQ%3D%3D HTTP/1.0" 202 0 "" "docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" | |
time="2015-08-18T08:38:18Z" level=warning msg="the ResponseWriter does not implement CloseNotifier" http.request.host="docker-registry.tld:5043" http.request.id=5cec540f-06e8-4cfe-b0a7-cb24ad3440ff http.request.method=PUT http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/uploads/95d579bd-6192-4847-94c9-334150323c53?_state=e4ZNY72hIvUX0d6rkYjTnraeMY0fJ4nt7P20mx4gT_x7Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiOTVkNTc5YmQtNjE5Mi00ODQ3LTk0YzktMzM0MTUwMzIzYzUzIiwiT2Zmc2V0IjozMiwiU3RhcnRlZEF0IjoiMjAxNS0wOC0xOFQwODozODoxOFoifQ%3D%3D&digest=sha256%3Aa3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 vars.name="repo/ingest_preview" vars.uuid=95d579bd-6192-4847-94c9-334150323c53 version=v2.1.1 | |
time="2015-08-18T08:38:18Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=5cec540f-06e8-4cfe-b0a7-cb24ad3440ff http.request.method=PUT http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/uploads/95d579bd-6192-4847-94c9-334150323c53?_state=e4ZNY72hIvUX0d6rkYjTnraeMY0fJ4nt7P20mx4gT_x7Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiOTVkNTc5YmQtNjE5Mi00ODQ3LTk0YzktMzM0MTUwMzIzYzUzIiwiT2Zmc2V0IjozMiwiU3RhcnRlZEF0IjoiMjAxNS0wOC0xOFQwODozODoxOFoifQ%3D%3D&digest=sha256%3Aa3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" http.response.duration=10.396752ms http.response.status=201 http.response.written=0 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:38:18 +0000] "PUT /v2/repo/ingest_preview/blobs/uploads/95d579bd-6192-4847-94c9-334150323c53?_state=e4ZNY72hIvUX0d6rkYjTnraeMY0fJ4nt7P20mx4gT_x7Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiOTVkNTc5YmQtNjE5Mi00ODQ3LTk0YzktMzM0MTUwMzIzYzUzIiwiT2Zmc2V0IjozMiwiU3RhcnRlZEF0IjoiMjAxNS0wOC0xOFQwODozODoxOFoifQ%3D%3D&digest=sha256%3Aa3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 HTTP/1.0" 201 0 "" "docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" | |
time="2015-08-18T08:38:18Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=5d8ab43a-0005-46e4-b49a-f2cb4f930461 http.request.method=HEAD http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" http.response.contenttype="application/octet-stream" http.response.duration=3.941827ms http.response.status=200 http.response.written=0 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:38:18 +0000] "HEAD /v2/repo/ingest_preview/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 HTTP/1.0" 200 0 "" "docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" | |
time="2015-08-18T08:39:09Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=16f6b20f-5efc-48e4-a9ef-09125308f657 http.request.method=POST http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/uploads/" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" http.response.duration=6.7564ms http.response.status=202 http.response.written=0 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:39:09 +0000] "POST /v2/repo/ingest_preview/blobs/uploads/ HTTP/1.0" 202 0 "" "docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" | |
time="2015-08-18T08:39:14Z" level=warning msg="the ResponseWriter does not implement CloseNotifier" http.request.host="docker-registry.tld:5043" http.request.id=c80953b0-9f32-4367-a968-3322e41ef739 http.request.method=PATCH http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/uploads/ed94a50a-a52c-4a62-8d3d-b44a58ea2264?_state=zuG6vnWeTN7Ufd9Vdm3wpbDY_sv0WVDR4W5oXxaMrqp7Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiZWQ5NGE1MGEtYTUyYy00YTYyLThkM2QtYjQ0YTU4ZWEyMjY0IiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDE1LTA4LTE4VDA4OjM5OjA5LjExODY5NjUyWiJ9" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 vars.name="repo/ingest_preview" vars.uuid=ed94a50a-a52c-4a62-8d3d-b44a58ea2264 version=v2.1.1 | |
time="2015-08-18T08:39:16Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=c80953b0-9f32-4367-a968-3322e41ef739 http.request.method=PATCH http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/uploads/ed94a50a-a52c-4a62-8d3d-b44a58ea2264?_state=zuG6vnWeTN7Ufd9Vdm3wpbDY_sv0WVDR4W5oXxaMrqp7Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiZWQ5NGE1MGEtYTUyYy00YTYyLThkM2QtYjQ0YTU4ZWEyMjY0IiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDE1LTA4LTE4VDA4OjM5OjA5LjExODY5NjUyWiJ9" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" http.response.duration=1.691382704s http.response.status=202 http.response.written=0 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:39:14 +0000] "PATCH /v2/repo/ingest_preview/blobs/uploads/ed94a50a-a52c-4a62-8d3d-b44a58ea2264?_state=zuG6vnWeTN7Ufd9Vdm3wpbDY_sv0WVDR4W5oXxaMrqp7Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiZWQ5NGE1MGEtYTUyYy00YTYyLThkM2QtYjQ0YTU4ZWEyMjY0IiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDE1LTA4LTE4VDA4OjM5OjA5LjExODY5NjUyWiJ9 HTTP/1.0" 202 0 "" "docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" | |
time="2015-08-18T08:39:17Z" level=warning msg="the ResponseWriter does not implement CloseNotifier" http.request.host="docker-registry.tld:5043" http.request.id=3d8dc020-578f-431c-99a9-60e80f12caf5 http.request.method=PUT http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/uploads/ed94a50a-a52c-4a62-8d3d-b44a58ea2264?_state=FjMV5tBfNKr0sh_kms5DAWTQdqBBDqaEJF8qeeQN-YV7Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiZWQ5NGE1MGEtYTUyYy00YTYyLThkM2QtYjQ0YTU4ZWEyMjY0IiwiT2Zmc2V0IjozMDQzMjc2NDgsIlN0YXJ0ZWRBdCI6IjIwMTUtMDgtMThUMDg6Mzk6MDlaIn0%3D&digest=sha256%3A052f7bf6cdd7e70ce1b80a506d15a491436b461b846086f7c45476b4a11d53b7" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 vars.name="repo/ingest_preview" vars.uuid=ed94a50a-a52c-4a62-8d3d-b44a58ea2264 version=v2.1.1 | |
time="2015-08-18T08:39:19Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=3d8dc020-578f-431c-99a9-60e80f12caf5 http.request.method=PUT http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/uploads/ed94a50a-a52c-4a62-8d3d-b44a58ea2264?_state=FjMV5tBfNKr0sh_kms5DAWTQdqBBDqaEJF8qeeQN-YV7Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiZWQ5NGE1MGEtYTUyYy00YTYyLThkM2QtYjQ0YTU4ZWEyMjY0IiwiT2Zmc2V0IjozMDQzMjc2NDgsIlN0YXJ0ZWRBdCI6IjIwMTUtMDgtMThUMDg6Mzk6MDlaIn0%3D&digest=sha256%3A052f7bf6cdd7e70ce1b80a506d15a491436b461b846086f7c45476b4a11d53b7" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" http.response.duration=2.670958345s http.response.status=201 http.response.written=0 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:39:17 +0000] "PUT /v2/repo/ingest_preview/blobs/uploads/ed94a50a-a52c-4a62-8d3d-b44a58ea2264?_state=FjMV5tBfNKr0sh_kms5DAWTQdqBBDqaEJF8qeeQN-YV7Ik5hbWUiOiJzbXQvaW5nZXN0X3ByZXZpZXciLCJVVUlEIjoiZWQ5NGE1MGEtYTUyYy00YTYyLThkM2QtYjQ0YTU4ZWEyMjY0IiwiT2Zmc2V0IjozMDQzMjc2NDgsIlN0YXJ0ZWRBdCI6IjIwMTUtMDgtMThUMDg6Mzk6MDlaIn0%3D&digest=sha256%3A052f7bf6cdd7e70ce1b80a506d15a491436b461b846086f7c45476b4a11d53b7 HTTP/1.0" 201 0 "" "docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" | |
time="2015-08-18T08:39:19Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=241ffa0a-45a8-467b-ab37-32aeb1daa45d http.request.method=HEAD http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/blobs/sha256:052f7bf6cdd7e70ce1b80a506d15a491436b461b846086f7c45476b4a11d53b7" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" http.response.contenttype="application/octet-stream" http.response.duration=1.109218ms http.response.status=200 http.response.written=0 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:39:19 +0000] "HEAD /v2/repo/ingest_preview/blobs/sha256:052f7bf6cdd7e70ce1b80a506d15a491436b461b846086f7c45476b4a11d53b7 HTTP/1.0" 200 0 "" "docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" | |
time="2015-08-18T08:39:19Z" level=warning msg="the ResponseWriter does not implement CloseNotifier" http.request.host="docker-registry.tld:5043" http.request.id=1f649e81-0c9e-4f3d-b133-4dcc1370e69b http.request.method=PUT http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/manifests/06bdc8f-1508180824" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 vars.name="repo/ingest_preview" vars.reference=06bdc8f-1508180824 version=v2.1.1 | |
time="2015-08-18T08:39:19Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=1f649e81-0c9e-4f3d-b133-4dcc1370e69b http.request.method=PUT http.request.remoteaddr=46.4.35.133 http.request.uri="/v2/repo/ingest_preview/manifests/06bdc8f-1508180824" http.request.useragent="docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" http.response.duration=6.542018ms http.response.status=201 http.response.written=0 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:39:19 +0000] "PUT /v2/repo/ingest_preview/manifests/06bdc8f-1508180824 HTTP/1.0" 201 0 "" "docker/1.8.1 go/go1.4.2 git-commit/d12ea79 kernel/3.13.0-61-generic os/linux arch/amd64" | |
time="2015-08-18T08:39:58Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=6b54abe7-4275-4bf9-a409-3858fc9ca536 http.request.method=GET http.request.remoteaddr=46.252.132.186 http.request.uri="/v2/" http.request.useragent="docker/1.7.1 go/go1.4.2 git-commit/786b29d kernel/3.13.0-63-generic os/linux arch/amd64" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.08564ms http.response.status=200 http.response.written=2 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:39:58 +0000] "GET /v2/ HTTP/1.0" 200 2 "" "docker/1.7.1 go/go1.4.2 git-commit/786b29d kernel/3.13.0-63-generic os/linux arch/amd64" | |
time="2015-08-18T08:40:06Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=6a449920-eb4b-4ccb-9d8d-cfe1375d2fe9 http.request.method=GET http.request.remoteaddr=46.252.132.186 http.request.uri="/v2/repo/ingest_preview/manifests/06bdc8f-1508180824" http.request.useragent="docker/1.7.1 go/go1.4.2 git-commit/786b29d kernel/3.13.0-63-generic os/linux arch/amd64" http.response.contenttype="application/json; charset=utf-8" http.response.duration=15.271528ms http.response.status=200 http.response.written=11253 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:40:06 +0000] "GET /v2/repo/ingest_preview/manifests/06bdc8f-1508180824 HTTP/1.0" 200 11253 "" "docker/1.7.1 go/go1.4.2 git-commit/786b29d kernel/3.13.0-63-generic os/linux arch/amd64" | |
time="2015-08-18T08:40:07Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=6ea7c54e-2ef6-411d-8038-ec417da29360 http.request.method=GET http.request.remoteaddr=46.252.132.186 http.request.uri="/v2/repo/ingest_preview/blobs/sha256:052f7bf6cdd7e70ce1b80a506d15a491436b461b846086f7c45476b4a11d53b7" http.request.useragent="docker/1.7.1 go/go1.4.2 git-commit/786b29d kernel/3.13.0-63-generic os/linux arch/amd64" http.response.contenttype="application/octet-stream" http.response.duration=407.954533ms http.response.status=200 http.response.written=304327648 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:40:06 +0000] "GET /v2/repo/ingest_preview/blobs/sha256:052f7bf6cdd7e70ce1b80a506d15a491436b461b846086f7c45476b4a11d53b7 HTTP/1.0" 200 304327648 "" "docker/1.7.1 go/go1.4.2 git-commit/786b29d kernel/3.13.0-63-generic os/linux arch/amd64" | |
time="2015-08-18T08:40:07Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=90411ad8-7641-46ae-b0c0-1d4e63a2ad8a http.request.method=GET http.request.remoteaddr=46.252.132.186 http.request.uri="/v2/repo/ingest_preview/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.7.1 go/go1.4.2 git-commit/786b29d kernel/3.13.0-63-generic os/linux arch/amd64" http.response.contenttype="application/octet-stream" http.response.duration=1.580663ms http.response.status=200 http.response.written=32 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:40:07 +0000] "GET /v2/repo/ingest_preview/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 HTTP/1.0" 200 32 "" "docker/1.7.1 go/go1.4.2 git-commit/786b29d kernel/3.13.0-63-generic os/linux arch/amd64" | |
time="2015-08-18T08:40:07Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=aeb7e351-ca7c-4568-9906-5ef6ecaf8ee5 http.request.method=GET http.request.remoteaddr=46.252.132.186 http.request.uri="/v2/repo/ingest_preview/blobs/sha256:fc65c2d9ee4ed16592e669d4303e39a85a732d70d3dd04f45ac6ab9e53b54de1" http.request.useragent="docker/1.7.1 go/go1.4.2 git-commit/786b29d kernel/3.13.0-63-generic os/linux arch/amd64" http.response.contenttype="application/octet-stream" http.response.duration=2.704394ms http.response.status=200 http.response.written=406 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:40:07 +0000] "GET /v2/repo/ingest_preview/blobs/sha256:fc65c2d9ee4ed16592e669d4303e39a85a732d70d3dd04f45ac6ab9e53b54de1 HTTP/1.0" 200 406 "" "docker/1.7.1 go/go1.4.2 git-commit/786b29d kernel/3.13.0-63-generic os/linux arch/amd64" | |
time="2015-08-18T08:40:07Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=4dfe273f-2374-4331-8379-7904abd76275 http.request.method=GET http.request.remoteaddr=46.252.132.186 http.request.uri="/v2/repo/ingest_preview/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.7.1 go/go1.4.2 git-commit/786b29d kernel/3.13.0-63-generic os/linux arch/amd64" http.response.contenttype="application/octet-stream" http.response.duration=4.399935ms http.response.status=200 http.response.written=32 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:40:07 +0000] "GET /v2/repo/ingest_preview/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 HTTP/1.0" 200 32 "" "docker/1.7.1 go/go1.4.2 git-commit/786b29d kernel/3.13.0-63-generic os/linux arch/amd64" | |
time="2015-08-18T08:40:07Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=0882b117-9bb1-4e7e-8d3b-3ab755eaf007 http.request.method=GET http.request.remoteaddr=46.252.132.186 http.request.uri="/v2/repo/ingest_preview/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.7.1 go/go1.4.2 git-commit/786b29d kernel/3.13.0-63-generic os/linux arch/amd64" http.response.contenttype="application/octet-stream" http.response.duration=3.210252ms http.response.status=200 http.response.written=32 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:40:07 +0000] "GET /v2/repo/ingest_preview/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 HTTP/1.0" 200 32 "" "docker/1.7.1 go/go1.4.2 git-commit/786b29d kernel/3.13.0-63-generic os/linux arch/amd64" | |
time="2015-08-18T08:40:07Z" level=info msg="response completed" http.request.host="docker-registry.tld:5043" http.request.id=0b7de118-a9ca-4dde-9018-8bd77ddcb37b http.request.method=GET http.request.remoteaddr=46.252.132.186 http.request.uri="/v2/repo/ingest_preview/blobs/sha256:61405ca56ebeca0302092843eaa3c0d4992867b441ed7dcb8e049dbc5e4d85b3" http.request.useragent="docker/1.7.1 go/go1.4.2 git-commit/786b29d kernel/3.13.0-63-generic os/linux arch/amd64" http.response.contenttype="application/octet-stream" http.response.duration=479.533684ms http.response.status=200 http.response.written=409330415 instance.id=b3ad90cd-32e5-4d6c-a03f-6c92d30a3061 version=v2.1.1 | |
172.17.0.9 - - [18/Aug/2015:08:40:07 +0000] "GET /v2/repo/ingest_preview/blobs/sha256:61405ca56ebeca0302092843eaa3c0d4992867b441ed7dcb8e049dbc5e4d85b3 HTTP/1.0" 200 409330415 "" "docker/1.7.1 go/go1.4.2 git-commit/786b29d kernel/3.13.0-63-generic os/linux arch/amd64" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment