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
ad7975d6
Commit
ad7975d6
authored
Jan 04, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220104.0.43196
parent
969cb07c
Pipeline
#14313
passed with stages
in 1 minute and 30 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
ad7975d6
...
...
@@ -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
2
.0.43
014
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
898
/download")" && \
sha256sum -c <<< "
89898fd10902dc6410642b83feb174974c7be6b56738da29ab26878fa3dc12b7
base-2022010
2
.0.43
014
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022010
4
.0.43
196
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
902
/download")" && \
sha256sum -c <<< "
011230e6660951187710674c0cc1866db5779defb71abca4f3fbf7e4f1c54da9
base-2022010
4
.0.43
196
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
ad7975d6
...
...
@@ -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
2
.0.43
014
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/190
0
/download")" && \
sha256sum -c <<< "
298013bd23ae64aeb9cf7c662d6b0786a0f61421b00661aa298517bd9777db71
base-devel-2022010
2
.0.43
014
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022010
4
.0.43
196
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/190
4
/download")" && \
sha256sum -c <<< "
3327462a2ad5df2a99f8bfb27f109b0167dc8cbecf6c9726e0f6a0ba762cbcca
base-devel-2022010
4
.0.43
196
.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