8000 Release 20250504.0.344501 · archlinux/archlinux-docker@dc6a814 · GitHub
[go: up one dir, main page]

Skip to content

Commit dc6a814

Browse files
author
GITLAB_PROJECT_TOKEN
committed
Release 20250504.0.344501
1 parent ea8b6bc commit dc6a814

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)
0