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
da3ec58a
Commit
da3ec58a
authored
May 10, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220510.0.55858
parent
29472bc0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
da3ec58a
...
...
@@ -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
9
.0.55
752
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/24
66
/download")" && \
echo "
66528a08dad99a5b3aae5ba7f2e21a008993d047c57030083e662e35202935b0
base-2022050
9
.0.55
752
.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202205
1
0.0.55
858
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/24
70
/download")" && \
echo "
dc7014e825422b88a9ad82c251270a8360d428e5ba1b56783776721c85a14236
base-202205
1
0.0.55
858
.tar.zst" > /tmp/rootfs.tar.sha256 && \
cat /tmp/rootfs.tar.sha256 && \
sha256sum -c /tmp/rootfs.tar.sha256 && \
mkdir /rootfs && \
...
...
Dockerfile.base-devel
View file @
da3ec58a
...
...
@@ -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
9
.0.55
752
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/24
68
/download")" && \
echo "
6f7f897749723186fbdf8e31b7eefc78127364245e6ca649a39adfde7c0ee141
base-devel-2022050
9
.0.55
752
.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202205
1
0.0.55
858
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/24
72
/download")" && \
echo "
36050d6b933d6e6c196d1861a31f55b5617ac1927917e768388441191a45fa5b
base-devel-202205
1
0.0.55
858
.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