Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
6c22adb4
Commit
6c22adb4
authored
Jan 11, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220111.0.43890
parent
87fb6847
Pipeline
#14568
passed with stages
in 1 minute and 30 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
6c22adb4
...
...
@@ -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/v2022011
0
.0.43
725
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/193
0
/download")" && \
sha256sum -c <<< "
be813bdc99af3fd4ec32ea6d804e10e90c6b0399794ee1f1daaa7f8dbcd58ee5
base-2022011
0
.0.43
725
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022011
1
.0.43
890
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/193
4
/download")" && \
sha256sum -c <<< "
6ff4950f6b8672c54049374c151041faed89c981747f6c0279e9700ed50faf4e
base-2022011
1
.0.43
890
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
6c22adb4
...
...
@@ -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/v2022011
0
.0.43
725
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/193
2
/download")" && \
sha256sum -c <<< "
30eaebcffa5c10b88faa0fb65a3dcab0a391e832ebf53731877cd11a53d2932
b base-devel-2022011
0
.0.43
725
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022011
1
.0.43
890
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/193
6
/download")" && \
sha256sum -c <<< "
6f35e57f4edeab4aaa97b7faef0ae6198a552ed0f2c73273e652897f70a9fbb
b base-devel-2022011
1
.0.43
890
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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