We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e61fc commit f7b32c9Copy full SHA for f7b32c9
Dockerfile.base
@@ -10,9 +10,7 @@ FROM archlinux:latest@sha256:95e914e8b16eb07c8660c4352c1530a52dcf829038f1f652335
10
11
LABEL org.opencontainers.image.authors="bbhtt <[email protected]>"
12
13
-# Revert to python 3.12 until
14
-# https://github.com/apache/buildstream/issues/1988 is solved
15
-RUN echo "Server=https://archive.archlinux.org/repos/2025/04/13/\$repo/os/\$arch" > /etc/pacman.d/mirrorlist
+RUN echo "Server=https://archive.archlinux.org/repos/2025/08/06/\$repo/os/\$arch" > /etc/pacman.d/mirrorlist
16
17
RUN echo -e "keyserver-options auto-key-retrieve" >> /etc/pacman.d/gnupg/gpg.conf && \
18
sed -i '/CheckSpace/s/^/#/g' /etc/pacman.conf && \
0 commit comments