Release 20211112.0.38957

This commit is contained in:
Arch Linux Docker release bot 2021-11-12 19:42:41 +00:00
parent 9d984c41dd
commit bf6835eafb
3 changed files with 7 additions and 7 deletions

View File

@ -92,7 +92,7 @@ rootfs:secure:
.image:
stage: image
image:
name: gcr.io/kaniko-project/executor:debug
name: gcr.io/kaniko-project/executor:v1.7.0-debug
entrypoint: [""]
script:
- /kaniko/executor

View File

@ -11,9 +11,9 @@
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20211025.0.37732
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1662/download")" && \
sha256sum -c <<< "56510ed304b1f890f18ff6602f84c4899fa216270414d169e41f3de11f3c46d4 base-20211025.0.37732.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20211112.0.38957
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1666/download")" && \
sha256sum -c <<< "9286222be503a3aa523f25efd22275c1529e4e5f7dfe16e4983b4f8cec59a2e2 base-20211112.0.38957.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"

View File

@ -11,9 +11,9 @@
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20211025.0.37732
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1664/download")" && \
sha256sum -c <<< "b0f84828427ca138595f394a044a988b15e4366b28c55fa269bdadf953576b0c base-devel-20211025.0.37732.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20211112.0.38957
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1668/download")" && \
sha256sum -c <<< "257c42ca32f444024d2570db590fbcdfc335919d461846e1bafc9a7af63885b4 base-devel-20211112.0.38957.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"