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
036e4e99
Commit
036e4e99
authored
Feb 16, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220216.0.48000
parent
9265b016
Pipeline
#15911
passed with stages
in 1 minute and 21 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
036e4e99
...
...
@@ -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/v2022021
5
.0.4
7928
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
88
/download")" && \
sha256sum -c <<< "
fccc02552bfb403a1a82d746a2758f07fb79304b5c5445515f58cebd841d4b4a
base-2022021
5
.0.4
7928
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022021
6
.0.4
8000
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
92
/download")" && \
sha256sum -c <<< "
3c8504c273622ee4954d7df93483fdc34429d9b6458d35fef508dc344f8a0ecb
base-2022021
6
.0.4
8000
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
036e4e99
...
...
@@ -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/v2022021
5
.0.4
7928
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/209
0
/download")" && \
sha256sum -c <<< "
d0453e6
cf
7
bd
b49702f234340803bba8200bef4ca830aa71d5fbad41d943c0d8
base-devel-2022021
5
.0.4
7928
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022021
6
.0.4
8000
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/209
4
/download")" && \
sha256sum -c <<< "
18af21
cfbd
e5cb9f43da1cfb9f29cdb19c7bc57a58962c4b7b15847805174473
base-devel-2022021
6
.0.4
8000
.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