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
b1932d02
Commit
b1932d02
authored
Jan 02, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220102.0.42924
parent
80e0c867
Pipeline
#14230
passed with stages
in 1 minute and 30 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
b1932d02
...
...
@@ -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/v2022010
1
.0.42
885
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/189
0
/download")" && \
sha256sum -c <<< "d
96b7bcca744f3af01afa8f8fce005f5cd4993583e8abef023da7
3c
6
3f
d0f812
base-2022010
1
.0.42
885
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022010
2
.0.42
924
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/189
4
/download")" && \
sha256sum -c <<< "d
5bda5f943bf596bec08bb650e8e9770670f445
3c3f
f1581b14635b42401c55e
base-2022010
2
.0.42
924
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
b1932d02
...
...
@@ -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/v2022010
1
.0.42
885
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/189
2
/download")" && \
sha256sum -c <<< "
223d8e5813dc6e9968d6b9233476aed4deb66a45034bdb8bef884b60223dffc7
base-devel-2022010
1
.0.42
885
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022010
2
.0.42
924
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/189
6
/download")" && \
sha256sum -c <<< "
a5baccafd978da2421dc26ed4d8e8474f3070ffc6acf4a542015fcfc6e5fe548
base-devel-2022010
2
.0.42
924
.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