Hi,
xbps fails to update the package cache in glibc images.
Dockerfile:
FROM ghcr.io/void-linux/void-glibc
RUN xbps-install -Syu
Trace:
0.688 ERROR: [reposync] failed to fetch file `https://repo-default.voidlinux.org/current/x86_64-repodata': Requested Range Not Satisfiable
0.695 [*] Updating repository `https://repo-default.voidlinux.org/current/x86_64-repodata' ...
In fact, all of the linux/amd64 platform glibc images have this problem, including -full and -busybox.
By comparison the ghcr.io/void-linux/void-musl image does not have this problem.
Using latest stable Docker Desktop on macOS Sequoia.
Hi,
xbps fails to update the package cache in glibc images.
Dockerfile:
Trace:
In fact, all of the linux/amd64 platform glibc images have this problem, including -full and -busybox.
By comparison the
ghcr.io/void-linux/void-muslimage does not have this problem.Using latest stable Docker Desktop on macOS Sequoia.