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

alpine.gliderlabs.com DNS SERVFAIL #552

Open
redso-mankit opened this issue Nov 26, 2020 · 3 comments
Open

alpine.gliderlabs.com DNS SERVFAIL #552

redso-mankit opened this issue Nov 26, 2020 · 3 comments

Comments

@redso-mankit
Copy link

Reproduce:

docker run gliderlabs/alpine apk update

Result:

fetch http://alpine.gliderlabs.com/alpine/v3.9/main/x86_64/APKINDEX.tar.gz
ERROR: http://alpine.gliderlabs.com/alpine/v3.9/main: temporary error (try again later)
WARNING: Ignoring APKINDEX.4b0f3aca.tar.gz: No such file or directory
fetch http://alpine.gliderlabs.com/alpine/v3.9/community/x86_64/APKINDEX.tar.gz
ERROR: http://alpine.gliderlabs.com/alpine/v3.9/community: temporary error (try again later)
WARNING: Ignoring APKINDEX.e20d04a5.tar.gz: No such file or directory
2 errors; 11 distinct packages available

nslookup result (DNS Resolver: 1.1.1.1 / 8.8.8.8):

nslookup alpine.gliderlabs.com
;; Got SERVFAIL reply from 1.1.1.1, trying next server
Server:		8.8.8.8
Address:	8.8.8.8#53

** server can't find alpine.gliderlabs.com: SERVFAIL
@mpielvitori
Copy link

I had the same problem and I solve it by switching the host from gliderlabs to one of the alpine linux mirrors
I used https://dl-cdn.alpinelinux.org/alpine/
I hope that helps you

@toandph
Copy link

toandph commented Dec 9, 2020

I dont understand.

I had the same problem and I solve it by switching the host from gliderlabs to one of the alpine linux mirrors
I used https://dl-cdn.alpinelinux.org/alpine/
I hope that helps you

How do you switch the gliderlabs ? do you use another image ?

@saleksandra
Copy link

Hi @toandph
Yes, you can use one from https://hub.docker.com/_/alpine
and here is a github https://github.com/alpinelinux/docker-alpine

lingmann added a commit to Momento360/logspout-honeycomb that referenced this issue Dec 29, 2020
alpine.gliderlabs.com DNS is not responding / causing a DNS SERVFAIL.
See: gliderlabs/docker-alpine#552
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

4 participants