8000 Release 20250531.0.357373 · archlinux/archlinux-docker@76c6095 · GitHub
[go: up one dir, main page]

Skip to content

Commit 76c6095

Browse files
author
GITLAB_PROJECT_TOKEN
committed
Release 20250531.0.357373
1 parent e89c52f commit 76c6095

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/20250530.0.356855/base-20250530.0.356855.tar.zst" && \
18-
echo "ee85741a4a424dfda219d52275d828f8dddc5b953de540ae1f0fa68eabaad0be base-20250530.0.356855.tar.zst" > /tmp/sha256sums.txt && \
17+
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250531.0.357373/base-20250531.0.357373.tar.zst" && \
18+
echo "570662e25b0a9300f26ded90dd07e5c6590a4d758b7f6db430cb795aeeb65bf9 base-20250531.0.357373.tar.zst" > /tmp/sha256sums.txt && \
1919
sha256sum -c /tmp/sha256sums.txt && \
2020
mkdir /rootfs && \
21-
tar -C /rootfs --extract --file base-20250530.0.356855.tar.zst
21+
tar -C /rootfs --extract --file base-20250531.0.357373.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="20250530.0.356855"
32+
LABEL org.opencontainers.image.version="20250531.0.357373"
3333
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
34-
LABEL org.opencontainers.image.created="2025-05-30T09:07:53+00:00"
34+
LABEL org.opencontainers.image.created="2025-05-31T09:08:31+00:00"
3535

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

3838
RUN ldconfig && \
39-
sed -i '/BUILD_ID/a VERSION_ID=20250530.0.356855' /etc/os-release
39+
sed -i '/BUILD_ID/a VERSION_ID=20250531.0.357373' /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/20250530.0.356855/base-devel-20250530.0.356855.tar.zst" && \
18-
echo "93e054777ed24239ca7ee15189d1af8fe92bdf84b1a65a42a5a8bbf08a368ca1 base-devel-20250530.0.356855.tar.zst" > /tmp/sha256sums.txt && \
17+
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250531.0.357373/base-devel-20250531.0.357373.tar.zst" && \
18+
echo "f8d8ab4112c0f01da533b0c4a2b27afdbc7f96d2ef66aa43e44285c97f3a4199 base-devel-20250531.0.357373.tar.zst" > /tmp/sha256sums.txt && \
1919
sha256sum -c /tmp/sha256sums.txt && \
2020
mkdir /rootfs && \
21-
tar -C /rootfs --extract --file base-devel-20250530.0.356855.tar.zst
21+
tar -C /rootfs --extract --file base-devel-20250531.0.357373.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="20250530.0.356855"
32+
LABEL org.opencontainers.image.version="20250531.0.357373"
3333
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
34-
LABEL org.opencontainers.image.created="2025-05-30T09:07:53+00:00"
34+
LABEL org.opencontainers.image.created="2025-05-31T09:08:31+00:00"
3535

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

3838
RUN ldconfig && \
39-
sed -i '/BUILD_ID/a VERSION_ID=20250530.0.356855' /etc/os-release
39+
sed -i '/BUILD_ID/a VERSION_ID=20250531.0.357373' /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/20250530.0.356855/multilib-devel-20250530.0.356855.tar.zst" && \
18-
echo "bdb29114bc29a6ed00d52861f2ab917ac49bea43e94bb624e3d51b5fd3d78420 multilib-devel-20250530.0.356855.tar.zst" > /tmp/sha256sums.txt && \
17+
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250531.0.357373/multilib-devel-20250531.0.357373.tar.zst" && \
18+
echo "73533c59c4b602306f42b6a56b0c77893541b910c37e4950a0dd13b57303e8d2 multilib-devel-20250531.0.357373.tar.zst" > /tmp/sha256sums.txt && \
1919
sha256sum -c /tmp/sha256sums.txt && \
2020
mkdir /rootfs && \
21-
tar -C /rootfs --extract --file multilib-devel-20250530.0.356855.tar.zst
21+
tar -C /rootfs --extract --file multilib-devel-20250531.0.357373.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="20250530.0.356855"
32+
LABEL org.opencontainers.image.version="20250531.0.357373"
3333
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
34-
LABEL org.opencontainers.image.created="2025-05-30T09:07:53+00:00"
34+
LABEL org.opencontainers.image.created="2025-05-31T09:08:31+00:00"
3535

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

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

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

0 commit comments

Comments
 (0)
0