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
e0b2ba07
Commit
e0b2ba07
authored
Apr 25, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220425.0.54238
parent
98144438
Pipeline
#17817
passed with stages
in 1 minute and 7 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
e0b2ba07
...
...
@@ -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/v2022042
4
.0.54
132
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
398
/download")" && \
echo "
92f71295a38c7d0488237fa5fd6109de9e7f54f1a31491526542ba12d27f1161
base-2022042
4
.0.54
132
.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022042
5
.0.54
238
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
402
/download")" && \
echo "
b27a58e06e13e0ed5c7a00db48068b5e23e533b76bf021d3a17fa6a54a4af137
base-2022042
5
.0.54
238
.tar.zst" > /tmp/rootfs.tar.sha256 && \
cat /tmp/rootfs.tar.sha256 && \
sha256sum -c /tmp/rootfs.tar.sha256 && \
mkdir /rootfs && \
...
...
Dockerfile.base-devel
View file @
e0b2ba07
...
...
@@ -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/v2022042
4
.0.54
132
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/240
0
/download")" && \
echo "
f1c7143ee40314dace03f9b3b158412cf23ea55d4fdf0f51379ba8dad7ee5858
base-devel-2022042
4
.0.54
132
.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022042
5
.0.54
238
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/240
4
/download")" && \
echo "
10f5509ea51fd37b07a7aa4bfcf3e9bb2dd134586cb7abb25bab16c795a2de40
base-devel-2022042
5
.0.54
238
.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