Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
30213900
Commit
30213900
authored
Dec 17, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211217.0.41863
parent
0cab4b47
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
30213900
...
...
@@ -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/v2021121
6
.0.41
785
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/18
18
/download")" && \
sha256sum -c <<< "
43422535f41156c87b25b688a72a2970c21ca0ebd7d02e7031d12a53911138c4
base-2021121
6
.0.41
785
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021121
7
.0.41
863
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/18
22
/download")" && \
sha256sum -c <<< "
d8cb8ebd7964a4eb03225c3d61f23d50091453524e5602e8a1acf1fc9df3b3b9
base-2021121
7
.0.41
863
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
30213900
...
...
@@ -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/v2021121
6
.0.41
785
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/182
0
/download")" && \
sha256sum -c <<< "
0a20dd05f8d4e07931034e4fde55d571cb88d7e2889ea45
d4
7
59
3c2e3dea5032
base-devel-2021121
6
.0.41
785
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021121
7
.0.41
863
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/182
4
/download")" && \
sha256sum -c <<< "
c911373070395e1bb50d6d820d916cb5f4f84773b92400b34d6da31c6
d459
9a1
base-devel-2021121
7
.0.41
863
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Markdown
is supported
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