mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-06 06:07:18 +02:00
Release 20230920.0.180078
This commit is contained in:
parent
e8bf1b9cb0
commit
af2f7213e0
@ -278,6 +278,9 @@ release:
|
||||
--form "actions[][action]=update"
|
||||
--form "actions[][file_path]=.gitlab-ci.yml"
|
||||
--form "actions[][content]=<.gitlab-ci.yml"
|
||||
--form "actions[][action]=update"
|
||||
--form "actions[][file_path]=sigstore-param-file.yaml"
|
||||
--form "actions[][content]=<sigstore-param-file.yaml"
|
||||
"${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/repository/commits"
|
||||
- echo "BUILD_COMMIT=$(jq -r '.id' commit-response.json)" >> build.env
|
||||
- |
|
||||
|
@ -14,9 +14,9 @@ FROM alpine:3.18 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230916.0.179099
|
||||
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5006/download")" && \
|
||||
echo "2efb6a791be9bf1c326309d3aa592451e42b67e6b95796ea74a3cfd25a76a3b6 base-20230916.0.179099.tar.zst" > /tmp/rootfs.tar.sha256 && \
|
||||
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230920.0.180078
|
||||
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5036/download")" && \
|
||||
echo "7895576b36560b424666cb731f71ee95e651ec7425cc33e3b76cb473e7dc61d7 base-20230920.0.180078.tar.zst" > /tmp/rootfs.tar.sha256 && \
|
||||
cat /tmp/rootfs.tar.sha256 && \
|
||||
sha256sum -c /tmp/rootfs.tar.sha256 && \
|
||||
mkdir /rootfs && \
|
||||
@ -31,14 +31,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="20230916.0.179099"
|
||||
LABEL org.opencontainers.image.revision="9bbf04eac906d9c890604d7e23336ee472ecf51d"
|
||||
LABEL org.opencontainers.image.created="2023-09-16T14:13:57+00:00"
|
||||
LABEL org.opencontainers.image.version="20230920.0.180078"
|
||||
LABEL org.opencontainers.image.revision="797702633e27590f8553dd2910fa99a6bdbe2de6"
|
||||
LABEL org.opencontainers.image.created="2023-09-20T16:30:28+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20230916.0.179099' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20230920.0.180078' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
@ -14,9 +14,9 @@ FROM alpine:3.18 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230916.0.179099
|
||||
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5008/download")" && \
|
||||
echo "128663a6f5c530ab3374c4ce069bbfae6654586163b0fa6bd9eb6cf7f18a25ab base-devel-20230916.0.179099.tar.zst" > /tmp/rootfs.tar.sha256 && \
|
||||
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230920.0.180078
|
||||
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5038/download")" && \
|
||||
echo "0c496871d247ac706f28e9caf61f93f62a1f0df2cbe6c876324d93edcc3eec0b base-devel-20230920.0.180078.tar.zst" > /tmp/rootfs.tar.sha256 && \
|
||||
cat /tmp/rootfs.tar.sha256 && \
|
||||
sha256sum -c /tmp/rootfs.tar.sha256 && \
|
||||
mkdir /rootfs && \
|
||||
@ -31,14 +31,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="20230916.0.179099"
|
||||
LABEL org.opencontainers.image.revision="9bbf04eac906d9c890604d7e23336ee472ecf51d"
|
||||
LABEL org.opencontainers.image.created="2023-09-16T14:14:00+00:00"
|
||||
LABEL org.opencontainers.image.version="20230920.0.180078"
|
||||
LABEL org.opencontainers.image.revision="797702633e27590f8553dd2910fa99a6bdbe2de6"
|
||||
LABEL org.opencontainers.image.created="2023-09-20T16:30:32+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20230916.0.179099' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20230920.0.180078' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
@ -1 +1,6 @@
|
||||
|
||||
fulcio:
|
||||
fulcioURL: "https://fulcio.sigstore.dev"
|
||||
oidcMode: "staticToken"
|
||||
oidcIssuerURL: "https://gitlab.archlinux.org"
|
||||
oidcIDToken: "TEMPLATE_OIDC_ID_TOKEN"
|
||||
rekorURL: "https://rekor.sigstore.dev"
|
||||
|
Loading…
Reference in New Issue
Block a user