mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-02-16 14:51:00 +01:00
Release 20241203.0.285207
This commit is contained in:
parent
d76b9d34ca
commit
e9db917fda
@ -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/20241202.0.284982/base-20241202.0.284982.tar.zst" && \
|
||||
echo "fd49854c43dc880202308ae405ca29df4fe604a61263eb0ecc00d36e0465f59a base-20241202.0.284982.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241203.0.285207/base-20241203.0.285207.tar.zst" && \
|
||||
echo "5b32c4ecdd9dcb9c7667a42c4f154dd97a595abadc61a72b10cb7f1fc11f7246 base-20241203.0.285207.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20241202.0.284982.tar.zst
|
||||
tar -C /rootfs --extract --file base-20241203.0.285207.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="20241202.0.284982"
|
||||
LABEL org.opencontainers.image.version="20241203.0.285207"
|
||||
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
|
||||
LABEL org.opencontainers.image.created="2024-12-02T09:07:46+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-12-03T09:07:11+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20241202.0.284982' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20241203.0.285207' /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/20241202.0.284982/base-devel-20241202.0.284982.tar.zst" && \
|
||||
echo "d623e67ee4ea6d5dff72f64dcbdb53dfc01b1f71e676dcf0dcd84557f9fb323c base-devel-20241202.0.284982.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241203.0.285207/base-devel-20241203.0.285207.tar.zst" && \
|
||||
echo "39da81efa1e396d69716b002ff3979edb3dedd7f6cb9756b58c7d3916b821b85 base-devel-20241203.0.285207.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20241202.0.284982.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20241203.0.285207.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="20241202.0.284982"
|
||||
LABEL org.opencontainers.image.version="20241203.0.285207"
|
||||
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
|
||||
LABEL org.opencontainers.image.created="2024-12-02T09:07:46+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-12-03T09:07:11+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20241202.0.284982' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20241203.0.285207' /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/20241202.0.284982/multilib-devel-20241202.0.284982.tar.zst" && \
|
||||
echo "56bab86c8e09a4763eb288fe58c28fa8f41f2b12de5ef3974cb61223beb33f77 multilib-devel-20241202.0.284982.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241203.0.285207/multilib-devel-20241203.0.285207.tar.zst" && \
|
||||
echo "2a6e5cc05396c74bde4243f1e92d3fa21104866160f81e1fe8f45a1a5821d538 multilib-devel-20241203.0.285207.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20241202.0.284982.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20241203.0.285207.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="20241202.0.284982"
|
||||
LABEL org.opencontainers.image.version="20241203.0.285207"
|
||||
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
|
||||
LABEL org.opencontainers.image.created="2024-12-02T09:07:46+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-12-03T09:07:11+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20241202.0.284982' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20241203.0.285207' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user