Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
9f4f1bc4
Commit
9f4f1bc4
authored
Jun 19, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210619.0.26346
parent
2c40d7dc
Pipeline
#8654
passed with stages
in 1 minute and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
9f4f1bc4
...
...
@@ -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/v2021061
8
.0.26
241
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/106
5
/download)" && \
sha256sum -c <<< "
f72201955d43d5a0065f4f23439a44f61f4fa7ddca1d3922ed4e660c4805be55
base-2021061
8
.0.26
241
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021061
9
.0.26
346
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/106
9
/download)" && \
sha256sum -c <<< "
b7190fde1813bc027c990b6d4061aa4ffe6ccd36ca84a0b4254c9366d1823f24
base-2021061
9
.0.26
346
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
9f4f1bc4
...
...
@@ -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/v2021061
8
.0.26
241
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/10
6
7/download)" && \
sha256sum -c <<< "
184a636438917041b09396a75e50221d1af0fc0a5b10b0a0391a1e22c19c59b7
base-devel-2021061
8
.0.26
241
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021061
9
.0.26
346
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/107
1
/download)" && \
sha256sum -c <<< "
4e38b284bff06c121a7e84304946eae73c8420fb3752a69bba20e551273d887f
base-devel-2021061
9
.0.26
346
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment