grammarly/rocker

Failed to list tags at private registry

Closed this issue · 1 comments

w1r0x commented
$ rocker build --no-cache .
INFO[0000] FROM docker.bingo-boom.ru/qtbase:0.3.13 
FATA[0000] FROM error: Failed to list tags of image docker.bingo-boom.ru/qtbase:0.3.13 from the remote registry, error: GET https://docker.bingo-boom.ru/v2/qtbase/tags/list?page_size=9999&page=1 status code 401

but

$ rocker pull docker.bingo-boom.ru/qtbase:0.3.13
INFO[0000] | Pull image docker.bingo-boom.ru/qtbase:0.3.13 
0.3.13: Pulling from qtbase
6a5a5368e0c2: Already exists 
02817407ddd5: Pull complete 
7086fdeb06d3: Pull complete 
aacc22c2e339: Pull complete 
24302967346f: Pull complete 
851af5bcb476: Pull complete 
b0f8b5313099: Pull complete 
Digest: sha256:5ccadbb0ed103ff2d95e5183dd1b01e607104f35d84b7ca2ac6d93cdffefb1a0
Status: Downloaded newer image for docker.bingo-boom.ru/qtbase:0.3.13

Pushing image to private registry works great and auth working well. But it can't pull images while build.

$ rocker -v
rocker version 1.3.0 - 9444404 (master) 2016-07-20_13:43_GMT
$ docker -v
Docker version 1.12.1, build 23cf638

Thanks for reporting. Unfortunately, we are discontinuing this project. See the notice here: https://github.com/grammarly/rocker/blob/master/README.md

Closing this issue as we are not able to address it. Sorry.