Release 20201028.0.7526

This commit is contained in:
Arch Linux Docker release bot 2020-10-28 09:17:47 +00:00
parent 8407d4a666
commit a4bcb0297b
3 changed files with 5 additions and 4 deletions

View File

@ -17,6 +17,7 @@ lint:
script: hadolint --ignore DL3007 --ignore DL3020 Dockerfile.template
except:
- releases
- tags
get_version:
stage: .pre

View File

@ -10,8 +10,8 @@
# allow us to automate the releaes process.
FROM archlinux:latest AS verify
SHELL ["/bin/bash", "-c"]
RUN ROOTFS="$(curl -OJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/89/download)" && \
sha256sum -c <<< "1bd86e51805e9177626c0f0f01d0e31ac6fc9798501805c1383cf32f21289356 base-20201028.0.7504.tar.xz" && \
RUN ROOTFS="$(curl -OJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/93/download)" && \
sha256sum -c <<< "8bde8477f72f3e866dc320c94958230e58cad96618ead6b111ae34f7178e68f2 base-20201028.0.7526.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --auto-compress --file "${ROOTFS}"

View File

@ -10,8 +10,8 @@
# allow us to automate the releaes process.
FROM archlinux:latest AS verify
SHELL ["/bin/bash", "-c"]
RUN ROOTFS="$(curl -OJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/91/download)" && \
sha256sum -c <<< "a1aa414ab3d5c6f90332330c23354abf2fe89417550411c00db2256d2aae24f7 base-devel-20201028.0.7504.tar.xz" && \
RUN ROOTFS="$(curl -OJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/95/download)" && \
sha256sum -c <<< "03663a01e7dd380984bd628e0a4c69b7457fc6fad2e4d9305e4d35f60896e4cd base-devel-20201028.0.7526.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --auto-compress --file "${ROOTFS}"