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
09486be2
Commit
09486be2
authored
Apr 19, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220419.0.53642
parent
b3e9c453
Pipeline
#17552
passed with stages
in 1 minute and 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
09486be2
...
...
@@ -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
8
.0.53
536
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/237
0
/download")" && \
echo "
a562cf1cb6b1f85dde715a7dd4e693b7f46a072f35b5f68b7553f5606b3c835a
base-2022041
8
.0.53
536
.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022041
9
.0.53
642
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/237
4
/download")" && \
echo "
e002b8f5b09532ddc4bc4afe2ad9a2ac64a2537104018757cc59d08269b2024d
base-2022041
9
.0.53
642
.tar.zst" > /tmp/rootfs.tar.sha256 && \
cat /tmp/rootfs.tar.sha256 && \
sha256sum -c /tmp/rootfs.tar.sha256 && \
mkdir /rootfs && \
...
...
Dockerfile.base-devel
View file @
09486be2
...
...
@@ -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
8
.0.53
536
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/237
2
/download")" && \
echo "
9c7323c1735ec32125d133900eefa785af2a41833703acb2716d7cad6cd9a2c5
base-devel-2022041
8
.0.53
536
.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022041
9
.0.53
642
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/237
6
/download")" && \
echo "
c207561c23c7f4e057cef5f224cbb0356e2c4acd2b48810b48bb3cb09fdb06f7
base-devel-2022041
9
.0.53
642
.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