We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the domains DNS does not return anything, so all build involving gliderlabs alpine fail when adding packages like bash using apk.
The text was updated successfully, but these errors were encountered:
Run through the same problem. Solved it by using a mirror repository for packages in the Dockerfile, before using apk update, like so:
apk update
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
Sorry, something went wrong.
Question is, does gliderlabs still exist at all?!
No branches or pull requests
the domains DNS does not return anything, so all build involving gliderlabs alpine fail when adding packages like bash using apk.
The text was updated successfully, but these errors were encountered: