@@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify
14
14
15
15
RUN apk add --no-cache curl tar zstd
16
16
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 && \
19
19
sha256sum -c /tmp/sha256sums.txt && \
20
20
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
22
22
23
23
FROM scratch AS root
24
24
@@ -29,14 +29,14 @@ LABEL org.opencontainers.image.url="https://gitlab.archlinux.org/archlinux/archl
29
29
LABEL org.opencontainers.image.documentation="https://wiki.archlinux.org/title/Docker#Arch_Linux"
30
30
LABEL org.opencontainers.image.source="https://gitlab.archlinux.org/archlinux/archlinux-docker"
31
31
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 "
33
33
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"
35
35
36
36
COPY --from=verify /rootfs/ /
37
37
38
38
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
40
40
41
41
ENV LANG=C.UTF-8
42
42
CMD ["/usr/bin/bash"]
0 commit comments