8000 Release 20250523.0.353892 · archlinux/archlinux-docker@7807e54 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7807e54

Browse files
author
GITLAB_PROJECT_TOKEN
committed
Release 20250523.0.353892
1 parent f232933 commit 7807e54

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

Dockerfile.base

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify
1414

1515
RUN apk add --no-cache curl tar zstd
1616

17-
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250522.0.353478/base-20250522.0.353478.tar.zst" && \
18-
echo "9d10a6cfc109c10dd319940a5a32f2364dd2084e197cf00384c3c1291a5437ba base-20250522.0.353478.tar.zst" > /tmp/sha256sums.txt && \
17+
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250523.0.353892/base-20250523.0.353892.tar.zst" && \
18+
echo "773e3be04aadab0b2604a949afbe0e317697a108a682c3d87a3af9792fd30fce base-20250523.0.353892.tar.zst" > /tmp/sha256sums.txt && \
1919
sha256sum -c /tmp/sha256sums.txt && \
2020
mkdir /rootfs && \
21-
tar -C /rootfs --extract --file base-20250522.0.353478.tar.zst
21+
tar -C /rootfs --extract --file base-20250523.0.353892.tar.zst
2222

2323
FROM scratch AS root
2424

@@ -29,14 +29,14 @@ LABEL org.opencontainers.image.url="https://gitlab.archlinux.org/archlinux/archl
2929
LABEL org.opencontainers.image.documentation="https://wiki.archlinux.org/title/Docker#Arch_Linux"
3030
LABEL org.opencontainers.image.source="https://gitlab.archlinux.org/archlinux/archlinux-docker"
3131
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
32-
LABEL org.opencontainers.image.version="20250522.0.353478"
32+
LABEL org.opencontainers.image.version="20250523.0.353892"
3333
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
34-
LABEL org.opencontainers.image.created="2025-05-22T09:07:21+00:00"
34+
LABEL org.opencontainers.image.created="2025-05-23T09:08:35+00:00"
3535

3636
COPY --from=verify /rootfs/ /
3737

3838
RUN ldconfig && \
39-
sed -i '/BUILD_ID/a VERSION_ID=20250522.0.353478' /etc/os-release
39+
sed -i '/BUILD_ID/a VERSION_ID=20250523.0.353892' /etc/os-release
4040

4141
ENV LANG=C.UTF-8
4242
CMD ["/usr/bin/bash"]

Dockerfile.base-devel

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify
1414

1515
RUN apk add --no-cache curl tar zstd
1616

17-
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250522.0.353478/base-devel-20250522.0.353478.tar.zst" && \
18-
echo "9cdcf4b65876764570a8919001635a41e516ff1973f559dbbd2c62f939fbc8c5 base-devel-20250522.0.353478.tar.zst" > /tmp/sha256sums.txt && \
17+
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250523.0.353892/base-devel-20250523.0.353892.tar.zst" && \
18+
echo "f4cf0d5d8ece6c1acb2748e7b067be0591b314d089010990687502d441e541c5 base-devel-20250523.0.353892.tar.zst" > /tmp/sha256sums.txt && \
1919
sha256sum -c /tmp/sha256sums.txt && \
2020
mkdir /rootfs && \
21-
tar -C /rootfs --extract --file base-devel-20250522.0.353478.tar.zst
21+
tar -C /rootfs --extract --file base-devel-20250523.0.353892.tar.zst
2222

2323
FROM scratch AS root
2424

@@ -29,14 +29,14 @@ LABEL org.opencontainers.image.url="https://gitlab.archlinux.org/archlinux/archl
2929
LABEL org.opencontainers.image.documentation="https://wiki.archlinux.org/title/Docker#Arch_Linux"
3030
LABEL org.opencontainers.image.source="https://gitlab.archlinux.org/archlinux/archlinux-docker"
3131
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
32-
LABEL org.opencontainers.image.version="20250522.0.353478"
32+
LABEL org.opencontainers.image.version="20250523.0.353892"
3333
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
34-
LABEL org.opencontainers.image.created="2025-05-22T09:07:21+00:00"
34+
LABEL org.opencontainers.image.created="2025-05-23T09:08:35+00:00"
3535

3636
COPY --from=verify /rootfs/ /
3737

3838
RUN ldconfig && \
39-
sed -i '/BUILD_ID/a VERSION_ID=20250522.0.353478' /etc/os-release
39+
sed -i '/BUILD_ID/a VERSION_ID=20250523.0.353892' /etc/os-release
4040

4141
ENV LANG=C.UTF-8
4242
CMD ["/usr/bin/bash"]

Dockerfile.multilib-devel

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify
1414

1515
RUN apk add --no-cache curl tar zstd
1616

17-
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250522.0.353478/multilib-devel-20250522.0.353478.tar.zst" && \
18-
echo "a00a9026d47debad3dccb97b5275084c7530673517473f03e947d5512d5e10f8 multilib-devel-20250522.0.353478.tar.zst" > /tmp/sha256sums.txt && \
17+
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250523.0.353892/multilib-devel-20250523.0.353892.tar.zst" && \
18+
echo "a6aff643a35e729760c120f7abdf7e045193d5713c4792a5e31e10ff5360535b multilib-devel-20250523.0.353892.tar.zst" > /tmp/sha256sums.txt && \
1919
sha256sum -c /tmp/sha256sums.txt && \
2020
mkdir /rootfs && \
21-
tar -C /rootfs --extract --file multilib-devel-20250522.0.353478.tar.zst
21+
tar -C /rootfs --extract --file multilib-devel-20250523.0.353892.tar.zst
2222

2323
FROM scratch AS root
2424

@@ -29,14 +29,14 @@ LABEL org.opencontainers.image.url="https://gitlab.archlinux.org/archlinux/archl
2929
LABEL org.opencontainers.image.documentation="https://wiki.archlinux.org/title/Docker#Arch_Linux"
3030
LABEL org.opencontainers.image.source="https://gitlab.archlinux.org/archlinux/archlinux-docker"
3131
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
32-
LABEL org.opencontainers.image.version="20250522.0.353478"
32+
LABEL org.opencontainers.image.version="20250523.0.353892"
3333
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
34-
LABEL org.opencontainers.image.created="2025-05-22T09:07:21+00:00"
34+
LABEL org.opencontainers.image.created="2025-05-23T09:08:35+00:00"
3535

3636
COPY --from=verify /rootfs/ /
3737

3838
RUN ldconfig && \
39-
sed -i '/BUILD_ID/a VERSION_ID=20250522.0.353478' /etc/os-release
39+
sed -i '/BUILD_ID/a VERSION_ID=20250523.0.353892' /etc/os-release
4040

4141
ENV LANG=C.UTF-8
4242
CMD ["/usr/bin/bash"]

0 commit comments

Comments
 (0)
0