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
fa393ee8
Commit
fa393ee8
authored
May 06, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220506.0.55438
parent
7db2c69f
Pipeline
#18332
passed with stages
in 1 minute and 5 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
fa393ee8
...
...
@@ -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
5
.0.55
312
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/24
46
/download")" && \
echo "
8f57da4c23c7e7c30e795966749735a1b6fa102f6257c5f55c39eb2aeed96f2c
base-2022050
5
.0.55
312
.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022050
6
.0.55
438
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/24
50
/download")" && \
echo "
95f9c1ba986f4096eefea70d18b92e52033793d118aa0984cb60a7b264485732
base-2022050
6
.0.55
438
.tar.zst" > /tmp/rootfs.tar.sha256 && \
cat /tmp/rootfs.tar.sha256 && \
sha256sum -c /tmp/rootfs.tar.sha256 && \
mkdir /rootfs && \
...
...
Dockerfile.base-devel
View file @
fa393ee8
...
...
@@ -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
5
.0.55
312
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/24
48
/download")" && \
echo "
d3c83b0e4cb975dfa46deec4fc8cc6fc1d25276cae428f31e0e99d4991c96849
base-devel-2022050
5
.0.55
312
.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022050
6
.0.55
438
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/24
52
/download")" && \
echo "
542d29c3d9ecb2f0882d4771d1451f06a8a63a17cfc5db62d18f60686ff86856
base-devel-2022050
6
.0.55
438
.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