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
01aa8dd8
Commit
01aa8dd8
authored
May 17, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220517.0.56754
parent
2d685bef
Pipeline
#18898
passed with stages
in 1 minute and 7 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
01aa8dd8
...
...
@@ -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/v2022051
5
.0.5654
3
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/249
4
/download")" && \
echo "
3a6c6bef9af7b909e6ed6db90d01ba7f9bcd1df2e94dbb377b61f6a2e40b170f
base-2022051
5
.0.5654
3
.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022051
7
.0.56
7
54
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/249
8
/download")" && \
echo "
2273bfd6a9eb189c996289738b82f5d32fc74193dcda811fb6254bf0397e9322
base-2022051
7
.0.56
7
54.tar.zst" > /tmp/rootfs.tar.sha256 && \
cat /tmp/rootfs.tar.sha256 && \
sha256sum -c /tmp/rootfs.tar.sha256 && \
mkdir /rootfs && \
...
...
Dockerfile.base-devel
View file @
01aa8dd8
...
...
@@ -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/v2022051
5
.0.5654
3
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
496
/download")" && \
echo "
fcbbef1d0c38ada257ef9c09164faf24150a2fc1779db3858db49461be0748
b1 base-devel-2022051
5
.0.5654
3
.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022051
7
.0.56
7
54
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
500
/download")" && \
echo "
98ebf2f49b3e9e7a50b326b0ba1ac5d60052c6ac8dc0bb0f15b6431697a204
b1 base-devel-2022051
7
.0.56
7
54.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