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
969cb07c
Commit
969cb07c
authored
Jan 02, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220102.0.43014
parent
b1932d02
Pipeline
#14254
passed with stages
in 1 minute and 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
969cb07c
...
...
@@ -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/v20220102.0.4
292
4
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/189
4
/download")" && \
sha256sum -c <<< "
d5bda5f943bf596bec08bb650e8e9770670f4453c3ff1581b14635b42401c55e
base-20220102.0.4
292
4.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220102.0.4
301
4
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/189
8
/download")" && \
sha256sum -c <<< "
89898fd10902dc6410642b83feb174974c7be6b56738da29ab26878fa3dc12b7
base-20220102.0.4
301
4.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
969cb07c
...
...
@@ -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/v20220102.0.4
292
4
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
896
/download")" && \
sha256sum -c <<< "
a5baccafd978da2421dc26ed4d8e8474f3070ffc6acf4a542015fcfc6e5fe548
base-devel-20220102.0.4
292
4.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220102.0.4
301
4
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
900
/download")" && \
sha256sum -c <<< "
298013bd23ae64aeb9cf7c662d6b0786a0f61421b00661aa298517bd9777db71
base-devel-20220102.0.4
301
4.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