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

Skip to content

Commit bf30c9f

Browse files
author
GITLAB_PROJECT_TOKEN
committed
Release 20250516.0.350581
1 parent 5ece883 commit bf30c9f

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

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

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

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

3838
RUN ldconfig && \
39-
sed -i '/BUILD_ID/a VERSION_ID=20250515.0.350177' /etc/os-release
39+
sed -i '/BUILD_ID/a VERSION_ID=20250516.0.350581' /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/20250515.0.350177/multilib-devel-20250515.0.350177.tar.zst" && \
18-
echo "9ee813ef06b6bcd6f9d6ed84b8588295050ebb5279a2e8ba1b36d8eb4349e34e multilib-devel-20250515.0.350177.tar.zst" > /tmp/sha256sums.txt && \
17+
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250516.0.350581/multilib-devel-20250516.0.350581.tar.zst" && \
18+
echo "b312e2177adf86a63b9056c81129dee3bcf767545cb204fcee988b2 8000 44d73c760 multilib-devel-20250516.0.350581.tar.zst" > /tmp/sha256sums.txt && \
1919
sha256sum -c /tmp/sha256sums.txt && \
2020
mkdir /rootfs && \
21-
tar -C /rootfs --extract --file multilib-devel-20250515.0.350177.tar.zst
21+
tar -C /rootfs --extract --file multilib-devel-20250516.0.350581.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="20250515.0.350177"
32+
LABEL org.opencontainers.image.version="20250516.0.350581"
3333
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
34-
LABEL org.opencontainers.image.created="2025-05-15T09:07:21+00:00"
34+
LABEL org.opencontainers.image.created="2025-05-16T09:07:40+00:00"
3535

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

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

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

0 commit comments

Comments
 (0)
0