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
d9e82cea
Commit
d9e82cea
authored
May 13, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220513.0.56246
parent
cd086fc4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
d9e82cea
...
...
@@ -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
2
.0.56
099
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/24
7
8/download")" && \
echo "
979c2ebbce8ab461f6035d4d3ebfa827df993a029a37f7714b9ddc85708931c6
base-2022051
2
.0.56
099
.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022051
3
.0.56
246
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/248
2
/download")" && \
echo "
17e7694dc44d0f7c03240fe56ccc601d1f30aa66b7fbd841158b1841d69ea6b3
base-2022051
3
.0.56
246
.tar.zst" > /tmp/rootfs.tar.sha256 && \
cat /tmp/rootfs.tar.sha256 && \
sha256sum -c /tmp/rootfs.tar.sha256 && \
mkdir /rootfs && \
...
...
Dockerfile.base-devel
View file @
d9e82cea
...
...
@@ -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
2
.0.56
099
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/248
0
/download")" && \
echo "9
133b6a3880f19807fd7e2d285a45b78d9a5514d762d44d14ba8ee6836cb18af
base-devel-2022051
2
.0.56
099
.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022051
3
.0.56
246
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/248
4
/download")" && \
echo "9
6f2637c45ff013e3fd8a3e9d745f2d666a994d70236610883bda6e4d728425e
base-devel-2022051
3
.0.56
246
.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