mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-02-19 00:01:17 +01:00
Release 20240429.0.232545
This commit is contained in:
parent
5651ec6549
commit
1ec8993992
@ -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/20240428.0.232236/base-20240428.0.232236.tar.zst" && \
|
||||
echo "8e5235f5eb1781d2500cb04e7d9f442ceab097387545f95d381611a29c9b6708 base-20240428.0.232236.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240429.0.232545/base-20240429.0.232545.tar.zst" && \
|
||||
echo "adb16825a53a602a7cfd0af38595117fff04a2151990260a57fc7074a906b1ee base-20240429.0.232545.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20240428.0.232236.tar.zst
|
||||
tar -C /rootfs --extract --file base-20240429.0.232545.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="20240428.0.232236"
|
||||
LABEL org.opencontainers.image.version="20240429.0.232545"
|
||||
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
|
||||
LABEL org.opencontainers.image.created="2024-04-28T09:07:20+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-04-29T09:07:38+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240428.0.232236' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240429.0.232545' /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/20240428.0.232236/base-devel-20240428.0.232236.tar.zst" && \
|
||||
echo "570c92aff76b2eb16442293ca2807c7bc8bd605768bc0e7979d81d8e74a8b6f6 base-devel-20240428.0.232236.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240429.0.232545/base-devel-20240429.0.232545.tar.zst" && \
|
||||
echo "a73d97dd04e88bb28fc19110812d2d8b7842cbee43202da242eae908f9c79b32 base-devel-20240429.0.232545.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20240428.0.232236.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20240429.0.232545.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="20240428.0.232236"
|
||||
LABEL org.opencontainers.image.version="20240429.0.232545"
|
||||
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
|
||||
LABEL org.opencontainers.image.created="2024-04-28T09:07:20+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-04-29T09:07:38+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240428.0.232236' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240429.0.232545' /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/20240428.0.232236/multilib-devel-20240428.0.232236.tar.zst" && \
|
||||
echo "54ff342e996a23edc9da29ff7ca6b4b78ca645802e7dab09759b6102492a615f multilib-devel-20240428.0.232236.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240429.0.232545/multilib-devel-20240429.0.232545.tar.zst" && \
|
||||
echo "5e6f85c4f31c35d6521bffb4cd0cce4e9fb8901eb8e3eab7d5c964312efad652 multilib-devel-20240429.0.232545.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20240428.0.232236.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20240429.0.232545.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="20240428.0.232236"
|
||||
LABEL org.opencontainers.image.version="20240429.0.232545"
|
||||
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
|
||||
LABEL org.opencontainers.image.created="2024-04-28T09:07:20+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-04-29T09:07:38+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240428.0.232236' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240429.0.232545' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user