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

dl-cdn.alpinelinux.org was offline (12:18:56am Tuesday, 15 February 2022 gmt ~ 2:52:10am Tuesday, 15 February 2022) #563

Closed
duttonw opened this issue Feb 15, 2022 · 27 comments

Comments

@duttonw
Copy link

duttonw commented Feb 15, 2022

https://downforeveryoneorjustme.com/dl-cdn.alpinelinux.org

#527

@duttonw
Copy link
Author

duttonw commented Feb 15, 2022

Error 503 Backend is unhealthy
Backend is unhealthy

Guru Mediation:
Details: cache-bne12527-BNE 1644884593 3491730306

Varnish cache server

@Zorlin
Copy link

Zorlin commented Feb 15, 2022

Down for me also.

@goutamtadi1
Copy link

+1 me too

1 similar comment
@abir4l
Copy link

abir4l commented Feb 15, 2022

+1 me too

@daltonks
Copy link

Does anyone know how to work around this when using the "Publish Docker (By elgohr)" github action?

@evaldofelipe
Copy link

+1 me too

@yanglbme
Copy link

@abir4l
Copy link

abir4l commented Feb 15, 2022

For me i just added 'dl-4' mirror to the repositories file
hope this helps for now as a temporary solution till they get it fixed.
echo 'http://dl-4.alpinelinux.org/alpine/v3.15/main' >> /etc/apk/repositories

@duttonw
Copy link
Author

duttonw commented Feb 15, 2022

thanks @abir4l that got me off the ground,

see qld-gov-au/ckanext-validation@0e12dfd on what i did

@jbg
Copy link

jbg commented Feb 15, 2022

If you use Alpine a lot, consider running a mirror:

https://wiki.alpinelinux.org/wiki/How_to_setup_a_Alpine_Linux_mirror (wiki page also appears to be down right this moment though 😂)

Not only will you be helping make the whole mirror system more robust, but if it ever goes down, you'll be able to fix it yourself.

@rexrodriguez
Copy link

Is there any way to point a github action to a mirror?

@jcurlier
Copy link

+1

3 similar comments
@ramanNarasimhan77
Copy link

+1

@ns-kwang
Copy link

+1

@xyu-ns
Copy link

xyu-ns commented Feb 15, 2022

+1

@duttonw
Copy link
Author

duttonw commented Feb 15, 2022

@rexrodriguez which action in question?

@hongjinn
Copy link

Beginner question - how quickly do things like this get resolved (generally speaking)? Or do they sometimes just not? Thanks.

@rexrodriguez
Copy link

rexrodriguez commented Feb 15, 2022

@duttonw

For my use-case, this one: https://github.com/SpicyPizza/create-envfile

@Kvnyu
Copy link

Kvnyu commented Feb 15, 2022

+1

1 similar comment
@nekomeowww
Copy link

+1

@franchyze923
Copy link

+1 Glad to hear it's not just me! I was beginning to go down a rabbit hole of troubleshooting...

@4geru
Copy link

4geru commented Feb 15, 2022

+1

@duttonw
Copy link
Author

duttonw commented Feb 15, 2022

@rexrodriguez ,
fork* the action to yourself or org, update https://github.com/SpicyPizza/create-envfile/blob/master/Dockerfile
change
RUN apk add python3
to
RUN echo 'http://dl-4.alpinelinux.org/alpine/v3.10/main' >> /etc/apk/repositories && apk add python3

use your own action

@rexrodriguez
Copy link

@rexrodriguez , fork* the action to yourself or org, update https://github.com/SpicyPizza/create-envfile/blob/master/Dockerfile change RUN apk add python3 to RUN echo 'http://dl-4.alpinelinux.org/alpine/v3.10/main' >> /etc/apk/repositories && apk add python3

use your own action

Thanks thanks ++

@ghost
Copy link

ghost commented Feb 15, 2022

IT'S BACK :lmao:

@ncopa
Copy link
Collaborator

ncopa commented Feb 15, 2022

we got DDOSed

@duttonw duttonw changed the title dl-cdn.alpinelinux.org is offline atm (12:18:56am Tuesday, 15 February 2022 gmt) dl-cdn.alpinelinux.org was offline (12:18:56am Tuesday, 15 February 2022 gmt ~ 2:52:10am Tuesday, 15 February 2022) Feb 15, 2022
@hongjinn
Copy link

Thank you for fixing this so fast

@ncopa ncopa closed this as completed Feb 15, 2022
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