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
e95cbb41
Commit
e95cbb41
authored
Apr 16, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220416.0.53296
parent
872d3b36
Pipeline
#17402
passed with stages
in 1 minute and 7 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
e95cbb41
...
...
@@ -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/v2022041
5
.0.53
188
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/235
4
/download")" && \
echo "
83a7b7da0447076833fe85b333e3f47bc7c15af4a778d471f3160bc2af55f740
base-2022041
5
.0.53
188
.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022041
6
.0.53
296
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/235
8
/download")" && \
echo "
c79ffb050a304eca1fad7ce9549061d33fbcfa8d6f298653bcdd9c4782015367
base-2022041
6
.0.53
296
.tar.zst" > /tmp/rootfs.tar.sha256 && \
cat /tmp/rootfs.tar.sha256 && \
sha256sum -c /tmp/rootfs.tar.sha256 && \
mkdir /rootfs && \
...
...
Dockerfile.base-devel
View file @
e95cbb41
...
...
@@ -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/v2022041
5
.0.53
188
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/23
5
6/download")" && \
echo "
cb1c00787f28b6ef575a79cdd479d19e9747
5c
c
af6
fa6a97daa5fbbe0a1d8fc8
base-devel-2022041
5
.0.53
188
.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022041
6
.0.53
296
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/236
0
/download")" && \
echo "
97c4e650544d5cb7c75dd015a3e251e1a976a08b
5c
d
af6
465d62a5f2c2f03642
base-devel-2022041
6
.0.53
296
.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