Release 20260116.0.482352

This commit is contained in:
GITLAB_PROJECT_TOKEN 2026-01-16 09:06:54 +00:00
parent 059f48e23d
commit b3993411ca
3 changed files with 18 additions and 18 deletions

View File

@ -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/20260115.0.482056/base-20260115.0.482056.tar.zst" && \
echo "97e66b51cb57dbcd066175edd706d52f186791f0f7071cb6fc6eb3e736bcf0f5 base-20260115.0.482056.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260116.0.482352/base-20260116.0.482352.tar.zst" && \
echo "b8c539e33a7b6ada351bbed67db3805e7f13d68a223b189310ee5fdb61de4cf1 base-20260116.0.482352.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20260115.0.482056.tar.zst
tar -C /rootfs --extract --file base-20260116.0.482352.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="20260115.0.482056"
LABEL org.opencontainers.image.version="20260116.0.482352"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-01-15T09:07:36+00:00"
LABEL org.opencontainers.image.created="2026-01-16T09:06:54+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260115.0.482056' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260116.0.482352' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -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/20260115.0.482056/base-devel-20260115.0.482056.tar.zst" && \
echo "aba6b6c98623bf1cd9a607a41ff6ed2f3bb710ca2d6aa720e4db753ba9070773 base-devel-20260115.0.482056.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260116.0.482352/base-devel-20260116.0.482352.tar.zst" && \
echo "c5abfbd0281f1ee6da4791797fa4beed25c41e80edf9df2a220f1d2ee7c82282 base-devel-20260116.0.482352.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20260115.0.482056.tar.zst
tar -C /rootfs --extract --file base-devel-20260116.0.482352.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="20260115.0.482056"
LABEL org.opencontainers.image.version="20260116.0.482352"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-01-15T09:07:36+00:00"
LABEL org.opencontainers.image.created="2026-01-16T09:06:54+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260115.0.482056' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260116.0.482352' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -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/20260115.0.482056/multilib-devel-20260115.0.482056.tar.zst" && \
echo "5d94ddb6214e683a6b764b0a73b6164598e07bd342309b12e4d694d437cc78b3 multilib-devel-20260115.0.482056.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260116.0.482352/multilib-devel-20260116.0.482352.tar.zst" && \
echo "788b9f337f1498f07e505a157ae9d0022c3c9391106b9bf1ba74709c77b53cf6 multilib-devel-20260116.0.482352.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20260115.0.482056.tar.zst
tar -C /rootfs --extract --file multilib-devel-20260116.0.482352.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="20260115.0.482056"
LABEL org.opencontainers.image.version="20260116.0.482352"
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
LABEL org.opencontainers.image.created="2026-01-15T09:07:36+00:00"
LABEL org.opencontainers.image.created="2026-01-16T09:06:54+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20260115.0.482056' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20260116.0.482352' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]