Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
d9e7b7d4
Commit
d9e7b7d4
authored
May 04, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220504.0.55217
parent
16a0f5a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
d9e7b7d4
...
...
@@ -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/v2022050
3
.0.55
104
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/24
38
/download")" && \
echo "
ba2d3fe01f202d9835d02cc5037856a6896951110a5bc161447a1e1b6b52d9f2
base-2022050
3
.0.55
104
.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022050
4
.0.55
217
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/24
42
/download")" && \
echo "
242f0c78eceafcabd85371194f61116cc190cedd9a64f687bb3e984b7ed9cddd
base-2022050
4
.0.55
217
.tar.zst" > /tmp/rootfs.tar.sha256 && \
cat /tmp/rootfs.tar.sha256 && \
sha256sum -c /tmp/rootfs.tar.sha256 && \
mkdir /rootfs && \
...
...
Dockerfile.base-devel
View file @
d9e7b7d4
...
...
@@ -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/v2022050
3
.0.55
104
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/244
0
/download")" && \
echo "
a8563081a0f4fed488256d7eac86039bb90a1a949bb9b34482a1a2c924753e0c
base-devel-2022050
3
.0.55
104
.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022050
4
.0.55
217
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/244
4
/download")" && \
echo "
4ec07d0120eff52e935376d01a51d1b13327b5468116508577231a829ada7158
base-devel-2022050
4
.0.55
217
.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