8000 Release 20250503.0.344196 · archlinux/archlinux-docker@56e4fc6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 56e4fc6

Browse files
author
GITLAB_PROJECT_TOKEN
committed
Release 20250503.0.344196
1 parent 68d9392 commit 56e4fc6

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)
0