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

Skip to content

Commit fbccb96

Browse files
author
GITLAB_PROJECT_TOKEN
committed
Release 20250508.0.347040
1 parent ef72aea commit fbccb96

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)
0