mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-02-13 13:21:27 +01:00
Release 20260130.0.486030
This commit is contained in:
parent
a7fa2c51a6
commit
3eacf8adc8
@ -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/20260129.0.485841/base-20260129.0.485841.tar.zst" && \
|
||||
echo "27e9501e09f9471c10cc5061f1043e6489685e014f261ebc8d6278a34a14f7a2 base-20260129.0.485841.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260130.0.486030/base-20260130.0.486030.tar.zst" && \
|
||||
echo "fbd0f09594d51f749cc5ed2642d582aa9b6d85f6f6e662770f9b65dce2513ce6 base-20260130.0.486030.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20260129.0.485841.tar.zst
|
||||
tar -C /rootfs --extract --file base-20260130.0.486030.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="20260129.0.485841"
|
||||
LABEL org.opencontainers.image.version="20260130.0.486030"
|
||||
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
|
||||
LABEL org.opencontainers.image.created="2026-01-29T09:06:57+00:00"
|
||||
LABEL org.opencontainers.image.created="2026-01-30T09:06:51+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260129.0.485841' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260130.0.486030' /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/20260129.0.485841/base-devel-20260129.0.485841.tar.zst" && \
|
||||
echo "c45bf42e919a2762343c567d8c68c0a26fbea5f618393c4f3194f5d11d415e5d base-devel-20260129.0.485841.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260130.0.486030/base-devel-20260130.0.486030.tar.zst" && \
|
||||
echo "b1ff9e099804c53f948326528be96da261fb2ed28afbdeca48ec039f762f63f2 base-devel-20260130.0.486030.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20260129.0.485841.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20260130.0.486030.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="20260129.0.485841"
|
||||
LABEL org.opencontainers.image.version="20260130.0.486030"
|
||||
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
|
||||
LABEL org.opencontainers.image.created="2026-01-29T09:06:57+00:00"
|
||||
LABEL org.opencontainers.image.created="2026-01-30T09:06:51+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260129.0.485841' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260130.0.486030' /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/20260129.0.485841/multilib-devel-20260129.0.485841.tar.zst" && \
|
||||
echo "8281603a7997bcfde00231dafa1b409ff1f956bbc51b55a3791ff7a9549bc6d5 multilib-devel-20260129.0.485841.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260130.0.486030/multilib-devel-20260130.0.486030.tar.zst" && \
|
||||
echo "95dc6881aa53217be634d565be895ac08eaca3371df7ae87ca01d9fb3790caa5 multilib-devel-20260130.0.486030.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20260129.0.485841.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20260130.0.486030.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="20260129.0.485841"
|
||||
LABEL org.opencontainers.image.version="20260130.0.486030"
|
||||
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
|
||||
LABEL org.opencontainers.image.created="2026-01-29T09:06:57+00:00"
|
||||
LABEL org.opencontainers.image.created="2026-01-30T09:06:51+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260129.0.485841' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260130.0.486030' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user