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
2c40d7dc
Commit
2c40d7dc
authored
Jun 18, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210618.0.26241
parent
e4018a73
Pipeline
#8630
passed with stages
in 1 minute and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
2c40d7dc
...
...
@@ -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
7
.0.26
15
1
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/106
1
/download)" && \
sha256sum -c <<< "
5a751cc8731975c802564f0e71482aae65b865a29fb0d98267471c79e8904b26
base-2021061
7
.0.26
15
1.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021061
8
.0.26
24
1
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
24
1.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
2c40d7dc
...
...
@@ -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
7
.0.26
15
1
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/106
3
/download)" && \
sha256sum -c <<< "
d8747beead413e3ca11ed9b6b5fb82bcc5fe9c3a05957fd239e305424b6667ea
base-devel-2021061
7
.0.26
15
1.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021061
8
.0.26
24
1
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/106
7
/download)" && \
sha256sum -c <<< "
184a636438917041b09396a75e50221d1af0fc0a5b10b0a0391a1e22c19c59b7
base-devel-2021061
8
.0.26
24
1.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