mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-02-10 11:51:13 +01:00
Release 20201102.0.8296
This commit is contained in:
parent
cd2f107d68
commit
72f354a556
@ -264,7 +264,7 @@ publish:
|
||||
- cd official-images
|
||||
- git init
|
||||
- 'git remote add origin "https://x-access-token:${GITHUB_TOKEN}@github.com/archlinux/official-images.git"'
|
||||
- git fetch --depth=1 https://github.com/docker-library/official-images.git
|
||||
- git fetch https://github.com/docker-library/official-images.git
|
||||
- git reset --hard FETCH_HEAD
|
||||
- head="release/${BUILD_VERSION}"
|
||||
- git checkout -b "$head"
|
||||
|
||||
@ -11,8 +11,8 @@
|
||||
FROM alpine:3.12 AS verify
|
||||
RUN apk add --no-cache curl bash
|
||||
SHELL ["/bin/bash", "-c"]
|
||||
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/121/download)" && \
|
||||
sha256sum -c <<< "b8bb33f22540b17930033b6c850ff24029628a1b52155065a3f47120b89f64b5 base-20201102.0.8273.tar.xz" && \
|
||||
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/125/download)" && \
|
||||
sha256sum -c <<< "a8bedbc3aedcedab891e56d29b3b39ee398e15a9b15ae9f96a480cfe78f221e4 base-20201102.0.8296.tar.xz" && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file "${ROOTFS}"
|
||||
|
||||
|
||||
@ -11,8 +11,8 @@
|
||||
FROM alpine:3.12 AS verify
|
||||
RUN apk add --no-cache curl bash
|
||||
SHELL ["/bin/bash", "-c"]
|
||||
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/123/download)" && \
|
||||
sha256sum -c <<< "ec36e6808e0dfd35810c91ee03c81b2a7e429d88452ed0388bf35057b7525a40 base-devel-20201102.0.8273.tar.xz" && \
|
||||
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/127/download)" && \
|
||||
sha256sum -c <<< "469296106ce82dd91b7a54b567b0262dcf0dbd0e466414954ed50a5762c5d7f5 base-devel-20201102.0.8296.tar.xz" && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file "${ROOTFS}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user