mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-02-16 14:51:00 +01:00
Release 20241124.0.282387
This commit is contained in:
parent
3a8dd8e250
commit
414cda585e
@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241123.0.282185/base-20241123.0.282185.tar.zst" && \
|
||||
echo "c4d73d36279244466abedaf839f0e6039fd5396e66d57a4df3d91d8409732b22 base-20241123.0.282185.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241124.0.282387/base-20241124.0.282387.tar.zst" && \
|
||||
echo "431d0d02062e6a0348af6ef042e4de8fb389823cc39c0c122dcf16f92bdf7d0d base-20241124.0.282387.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20241123.0.282185.tar.zst
|
||||
tar -C /rootfs --extract --file base-20241124.0.282387.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="20241123.0.282185"
|
||||
LABEL org.opencontainers.image.version="20241124.0.282387"
|
||||
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
|
||||
LABEL org.opencontainers.image.created="2024-11-23T09:07:40+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-11-24T00:07:35+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20241123.0.282185' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20241124.0.282387' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241123.0.282185/base-devel-20241123.0.282185.tar.zst" && \
|
||||
echo "03ed1f4e3ff9e89a3d7d0e5b1eb81ee0b8d943a221943c5162226aab813e7d9b base-devel-20241123.0.282185.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241124.0.282387/base-devel-20241124.0.282387.tar.zst" && \
|
||||
echo "8d1fbd062ce762ed0e91bc51b21553400f6f2e50097ec2b8bfec6411e63c5bb7 base-devel-20241124.0.282387.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20241123.0.282185.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20241124.0.282387.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="20241123.0.282185"
|
||||
LABEL org.opencontainers.image.version="20241124.0.282387"
|
||||
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
|
||||
LABEL org.opencontainers.image.created="2024-11-23T09:07:40+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-11-24T00:07:35+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20241123.0.282185' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20241124.0.282387' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241123.0.282185/multilib-devel-20241123.0.282185.tar.zst" && \
|
||||
echo "f8679031d4f3fd721205c1befb499df6bb26dc5e351a0878464f357e36dda2ac multilib-devel-20241123.0.282185.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241124.0.282387/multilib-devel-20241124.0.282387.tar.zst" && \
|
||||
echo "8ac96a967892d1ed5f3662807982da161dc381534350ae0202ebdfcc633e794b multilib-devel-20241124.0.282387.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20241123.0.282185.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20241124.0.282387.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="20241123.0.282185"
|
||||
LABEL org.opencontainers.image.version="20241124.0.282387"
|
||||
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
|
||||
LABEL org.opencontainers.image.created="2024-11-23T09:07:40+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-11-24T00:07:35+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20241123.0.282185' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20241124.0.282387' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user