gliderlabs/docker-alpine

Error 503 Backend is unhealthy

ksaito1125 opened this issue ยท 12 comments

$ 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.

same here

same.

Same ๐Ÿ˜ข ๐Ÿ”ซ

Sammeeee

SAME FOR ME

Same here

list of mirrors here #132 (comment)

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

working now for me

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
/ #

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
/ #