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
d41e43df
Commit
d41e43df
authored
Apr 23, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210423.0.20518
parent
efcc0d76
Pipeline
#6638
passed with stages
in 1 minute and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
d41e43df
...
...
@@ -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/v2021042
2
.0.20
456
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/8
09
/download)" && \
sha256sum -c <<< "
0014ff2cc0f9efae7da22ab8446ffa22f95bdffacdcf5806d368385af684b082
base-2021042
2
.0.20
456
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021042
3
.0.20
518
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/8
13
/download)" && \
sha256sum -c <<< "
11343ac913ced43a598741eaf98c53cd6c764fa8e3007c777c5f6cac42f7fdd6
base-2021042
3
.0.20
518
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
d41e43df
...
...
@@ -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/v2021042
2
.0.20
456
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/81
1
/download)" && \
sha256sum -c <<< "6
70158b988e8d0f0c58e12f82124bb5f47f44458a841233a06e6016c748d6451
base-devel-2021042
2
.0.20
456
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021042
3
.0.20
518
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/81
5
/download)" && \
sha256sum -c <<< "6
252f3f3e982e9421507ea45c6642bb10e5cc4701f92bf0ad77649d7dab3d756
base-devel-2021042
3
.0.20
518
.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