Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
michael-niemand opened this issue Mar 19, 2021 · 2 comments

Comments

@michael-niemand
Copy link

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

@mgfernan
Copy link

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

@michael-niemand
Copy link
Author

Question is, does gliderlabs still exist at all?!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants