mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-02-09 11:21:14 +01:00
Release 20260112.0.481020
This commit is contained in:
parent
e9344705fc
commit
8ef59f4b31
@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260111.0.480251/base-20260111.0.480251.tar.zst" && \
|
||||
echo "6ba32a3610cda414ec06baaf5fc15053d6c3bb094adf6b34fc946711a48bda5d base-20260111.0.480251.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260112.0.481020/base-20260112.0.481020.tar.zst" && \
|
||||
echo "5ccf5e534119f1d80e738b7611550ac0c24cf9925c899fd44cfbe45c2d4dd304 base-20260112.0.481020.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20260111.0.480251.tar.zst
|
||||
tar -C /rootfs --extract --file base-20260112.0.481020.tar.zst
|
||||
|
||||
FROM scratch AS root
|
||||
|
||||
@ -29,14 +29,14 @@ LABEL org.opencontainers.image.url="https://gitlab.archlinux.org/archlinux/archl
|
||||
LABEL org.opencontainers.image.documentation="https://wiki.archlinux.org/title/Docker#Arch_Linux"
|
||||
LABEL org.opencontainers.image.source="https://gitlab.archlinux.org/archlinux/archlinux-docker"
|
||||
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
|
||||
LABEL org.opencontainers.image.version="20260111.0.480251"
|
||||
LABEL org.opencontainers.image.version="20260112.0.481020"
|
||||
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
|
||||
LABEL org.opencontainers.image.created="2026-01-11T09:06:45+00:00"
|
||||
LABEL org.opencontainers.image.created="2026-01-12T09:07:26+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260111.0.480251' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260112.0.481020' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260111.0.480251/base-devel-20260111.0.480251.tar.zst" && \
|
||||
echo "3bf742335f74357e4d6a4579aa72de4362699a3c8f5e95538cd2f3baa6cff6d7 base-devel-20260111.0.480251.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260112.0.481020/base-devel-20260112.0.481020.tar.zst" && \
|
||||
echo "42a80a8e437571770db201b0d71832c7a60f4b83aced1542149aef527fe067f1 base-devel-20260112.0.481020.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20260111.0.480251.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20260112.0.481020.tar.zst
|
||||
|
||||
FROM scratch AS root
|
||||
|
||||
@ -29,14 +29,14 @@ LABEL org.opencontainers.image.url="https://gitlab.archlinux.org/archlinux/archl
|
||||
LABEL org.opencontainers.image.documentation="https://wiki.archlinux.org/title/Docker#Arch_Linux"
|
||||
LABEL org.opencontainers.image.source="https://gitlab.archlinux.org/archlinux/archlinux-docker"
|
||||
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
|
||||
LABEL org.opencontainers.image.version="20260111.0.480251"
|
||||
LABEL org.opencontainers.image.version="20260112.0.481020"
|
||||
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
|
||||
LABEL org.opencontainers.image.created="2026-01-11T09:06:45+00:00"
|
||||
LABEL org.opencontainers.image.created="2026-01-12T09:07:26+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260111.0.480251' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260112.0.481020' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260111.0.480251/multilib-devel-20260111.0.480251.tar.zst" && \
|
||||
echo "4072edc2c311605fd464a4789f980104292eb6a3942aa9db1fc531dca38956e3 multilib-devel-20260111.0.480251.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260112.0.481020/multilib-devel-20260112.0.481020.tar.zst" && \
|
||||
echo "0f137554a9ec86171499ddf0745ef880806b7d26165e4900e29495e99fee900d multilib-devel-20260112.0.481020.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20260111.0.480251.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20260112.0.481020.tar.zst
|
||||
|
||||
FROM scratch AS root
|
||||
|
||||
@ -29,14 +29,14 @@ LABEL org.opencontainers.image.url="https://gitlab.archlinux.org/archlinux/archl
|
||||
LABEL org.opencontainers.image.documentation="https://wiki.archlinux.org/title/Docker#Arch_Linux"
|
||||
LABEL org.opencontainers.image.source="https://gitlab.archlinux.org/archlinux/archlinux-docker"
|
||||
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
|
||||
LABEL org.opencontainers.image.version="20260111.0.480251"
|
||||
LABEL org.opencontainers.image.version="20260112.0.481020"
|
||||
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
|
||||
LABEL org.opencontainers.image.created="2026-01-11T09:06:45+00:00"
|
||||
LABEL org.opencontainers.image.created="2026-01-12T09:07:26+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260111.0.480251' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260112.0.481020' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user