gliderlabs / docker-alpine

Alpine Linux Docker image. Win at minimalism!
http://gliderlabs.viewdocs.io/docker-alpine
BSD 2-Clause "Simplified" License
5.71k stars 529 forks source link

Error 503 Backend is unhealthy #564

Closed ksaito1125 closed 2 years ago

ksaito1125 commented 2 years ago
$ docker run -it alpine sh
/ # apk add --no-cache yarn
fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.15/main: temporary error (try again later)
fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.15/community: temporary error (try again later)
ERROR: unable to select packages:
  yarn (no such package):
    required by: world[yarn]
/ # 
$ curl -I https://dl-cdn.alpinelinux.org/
HTTP/2 503 
server: Varnish
retry-after: 0
content-type: text/html; charset=utf-8
accept-ranges: bytes
date: Tue, 15 Feb 2022 00:51:57 GMT
via: 1.1 varnish
x-served-by: cache-tyo11920-TYO
x-cache: MISS
x-cache-hits: 0
x-timer: S1644886317.416013,VS0,VE233
content-length: 455

The site is down.

evaldofelipe commented 2 years ago

same here

tiagoquintela commented 2 years ago

same.

Alexr03 commented 2 years ago

Same 😢 🔫

filipradenovic commented 2 years ago

Same

User9684 commented 2 years ago

Sammeeee

mkassem-copado commented 2 years ago

SAME FOR ME

nekomeowww commented 2 years ago

Same here

samcarton commented 2 years ago

list of mirrors here https://github.com/gliderlabs/docker-alpine/issues/132#issuecomment-300865113

PhilAndrew commented 2 years ago

I'm in Docker, how can I use a mirror?

mkassem-copado commented 2 years ago

working now for me

ksaito1125 commented 2 years ago

thank you. It has been fixed.

$ curl -I https://dl-cdn.alpinelinux.org/
HTTP/1.1 200 OK
Content-Length: 0
Connection: Keep-Alive

HTTP/2 200
server: nginx
content-type: text/html
strict-transport-security: max-age=31536000
x-frame-options: DENY
x-content-type-options: nosniff
fastly-restarts: 1
via: 1.1 varnish, 1.1 varnish
accept-ranges: bytes
date: Tue, 15 Feb 2022 02:27:31 GMT
age: 10
x-served-by: cache-lga21922-LGA, cache-hnd18740-HND
x-cache: MISS, HIT
x-cache-hits: 0, 1
x-timer: S1644892051.185113,VS0,VE0
content-length: 247
$ docker run -it alpine sh
/ # apk add --no-cache yarn
fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz
(1/8) Installing ca-certificates (20211220-r0)
(2/8) Installing nghttp2-libs (1.43.0-r0)
(3/8) Installing brotli-libs (1.0.9-r5)
(4/8) Installing c-ares (1.17.2-r0)
(5/8) Installing libgcc (10.3.1_git20210424-r2)
(6/8) Installing libstdc++ (10.3.1_git20210424-r2)
(7/8) Installing nodejs (14.19.0-r0)
(8/8) Installing yarn (1.22.10-r0)
Executing busybox-1.33.1-r3.trigger
Executing ca-certificates-20211220-r0.trigger
OK: 49 MiB in 22 packages
/ #
ksaito1125 commented 2 years ago

I'm in Docker, how can I use a mirror?

I think I'm writing the URL to this file. maybe.

/ # cat /etc/apk/repositories
https://dl-cdn.alpinelinux.org/alpine/v3.14/main
https://dl-cdn.alpinelinux.org/alpine/v3.14/community
/ #