gliderlabs/docker-alpine

ERROR: unable to select packages: curl (no such package): required by: world[curl] Cleaning up file based variables

khunemz opened this issue · 1 comments

$ apk add curl # collapsed multi-line command
fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz
ERROR: https://dl-cdn.alpinelinux.org/alpine/v3.15/main: temporary error (try again later)
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.15/main: No such file or directory
ERROR: https://dl-cdn.alpinelinux.org/alpine/v3.15/community: temporary error (try again later)
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.15/community: No such file or directory
ERROR: unable to select packages:
curl (no such package):
required by: world[curl]
Cleaning up file based variables

The package mirror is currently down #564 #563. You can probably replace the /etc/apk/repositories file with a working one from here https://mirrors.alpinelinux.org/. They don't seem to be accurately reporting their status though.