10000 Release 20250525.0.354722 · archlinux/archlinux-docker@4d580ca · GitHub
[go: up one dir, main page]

Skip to content

Commit 4d580ca

Browse files
author
GITLAB_PROJECT_TOKEN
committed
Release 20250525.0.354722
1 parent 560d50e commit 4d580ca

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)
0