Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
309f143b
Commit
309f143b
authored
May 21, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220521.0.57259
parent
f8d52618
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
309f143b
...
...
@@ -11,9 +11,9 @@
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl tar zstd
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022052
0
.0.57
162
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/251
0
/download")" && \
echo "c
6bc8b1e867eb1b9438c1f35e7b07e3d9db841eb77c934d5a5a5b9d61ac822bf
base-2022052
0
.0.57
162
.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022052
1
.0.57
259
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/251
4
/download")" && \
echo "c
472d7711d575639d1472d5ba1534d35ec3773d50a2249a057aa324164a4e95b
base-2022052
1
.0.57
259
.tar.zst" > /tmp/rootfs.tar.sha256 && \
cat /tmp/rootfs.tar.sha256 && \
sha256sum -c /tmp/rootfs.tar.sha256 && \
mkdir /rootfs && \
...
...
Dockerfile.base-devel
View file @
309f143b
...
...
@@ -11,9 +11,9 @@
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl tar zstd
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022052
0
.0.57
162
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/251
2
/download")" && \
echo "
aa9baf08e669dc35b90e15c501a9cb0da545d8167c6b510ef2c2f0f6f589641b
base-devel-2022052
0
.0.57
162
.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022052
1
.0.57
259
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/251
6
/download")" && \
echo "
434d2d83f246332a624cc1a9ec3b54967770c436434e218c1746c45ea541918e
base-devel-2022052
1
.0.57
259
.tar.zst" > /tmp/rootfs.tar.sha256 && \
cat /tmp/rootfs.tar.sha256 && \
sha256sum -c /tmp/rootfs.tar.sha256 && \
mkdir /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