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
00f016a2
Commit
00f016a2
authored
Apr 24, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210424.0.20568
parent
d41e43df
Pipeline
#6652
passed with stages
in 1 minute and 31 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
00f016a2
...
...
@@ -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
3
.0.205
1
8
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/81
3
/download)" && \
sha256sum -c <<< "
11343ac913ced43a598741eaf98c53cd6c764fa8e3007c777c5f6cac42f7f
dd
6
base-2021042
3
.0.205
1
8.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021042
4
.0.205
6
8
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/81
7
/download)" && \
sha256sum -c <<< "
8174f592d4ff7e5e2236d79b1168ec6a1ba38f1bbfb7aa886083bb37da03da
dd base-2021042
4
.0.205
6
8.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
00f016a2
...
...
@@ -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
3
.0.205
1
8
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/81
5
/download)" && \
sha256sum -c <<< "
6252f3f3e982
e9421
507ea45c6642bb10e5cc4701f92bf0ad77649d7dab3d756
base-devel-2021042
3
.0.205
1
8.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021042
4
.0.205
6
8
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/81
9
/download)" && \
sha256sum -c <<< "
13da74ed1
e9
3
421
de82f32e4d9fc8cd34b4288678901c86a0210a0667f257723
base-devel-2021042
4
.0.205
6
8.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