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
af9bff21
Commit
af9bff21
authored
Feb 12, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220212.0.47716
parent
f1432ed1
Pipeline
#15840
passed with stages
in 1 minute and 24 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
af9bff21
...
...
@@ -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
1
.0.47
65
6
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
68
/download")" && \
sha256sum -c <<< "
4778c925d8eaaf705ba7b17148667130e8e6f2b007ea05669b60f93e1b4f0cf1
base-2022021
1
.0.47
65
6.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022021
2
.0.47
71
6
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
72
/download")" && \
sha256sum -c <<< "
1707cf4f5db651f649a748fd50cdda8abbc42e4f621cb2269fae2ebdf284d25a
base-2022021
2
.0.47
71
6.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
af9bff21
...
...
@@ -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
1
.0.47
65
6
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/207
0
/download")" && \
sha256sum -c <<< "
4d56ff956253e35913d7b8caca584d5ca0810ff747cf9024e717fe1c7227f08d
base-devel-2022021
1
.0.47
65
6.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022021
2
.0.47
71
6
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/207
4
/download")" && \
sha256sum -c <<< "
0ea6801009c0787c309cf71cd38b354cf509379ff2b31c7dc119195bed1cc791
base-devel-2022021
2
.0.47
71
6.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