gliderlabs/docker-alpine

gliderlabs.com does not hav a valid DNS, so docker builds with thie base image fail

michael-niemand opened this issue · 2 comments

the domains DNS does not return anything, so all build involving gliderlabs alpine fail when adding packages like bash using apk.

Run through the same problem. Solved it by using a mirror repository for packages in the Dockerfile, before using apk update, like so:

RUN echo http://mirror.yandex.ru/mirrors/alpine/v3.9/main > /etc/apk/repositories; \
 && echo http://mirror.yandex.ru/mirrors/alpine/v3.9/community >> /etc/apk/repositories

Question is, does gliderlabs still exist at all?!