10000 Release 20250525.0.354646 · archlinux/archlinux-docker@560d50e · GitHub
[go: up one dir, main page]

Skip to content

Commit 560d50e

Browse files
author
GITLAB_PROJECT_TOKEN
committed
Release 20250525.0.354646
1 parent 9600ad7 commit 560d50e

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)
0