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
0a1cd30d
Commit
0a1cd30d
authored
May 08, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220508.0.55614
parent
e6e6d822
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
0a1cd30d
...
...
@@ -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
7
.0.55
538
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/245
4
/download")" && \
echo "
c9d4e3e0430bf5805d84a9b668d443cc3c379eea8dd535e2cbbc9c15a932ab23
base-2022050
7
.0.55
538
.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022050
8
.0.55
614
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/245
8
/download")" && \
echo "
dd3094e352ac707096b23d17cc06c1ec9f6b7e3f37081d1cb8cfdd5d46071559
base-2022050
8
.0.55
614
.tar.zst" > /tmp/rootfs.tar.sha256 && \
cat /tmp/rootfs.tar.sha256 && \
sha256sum -c /tmp/rootfs.tar.sha256 && \
mkdir /rootfs && \
...
...
Dockerfile.base-devel
View file @
0a1cd30d
...
...
@@ -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
7
.0.55
538
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/24
5
6/download")" && \
echo "
3a12936506d131b188bd056fd0bb1184d11d44a407ac47b7a59710fd6e14f638
base-devel-2022050
7
.0.55
538
.tar.zst" > /tmp/rootfs.tar.sha256 && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022050
8
.0.55
614
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/246
0
/download")" && \
echo "
ae597c4d7ec9e31e1d25705f26ca1d57dd00b9a86b546bb089474bc47040eb59
base-devel-2022050
8
.0.55
614
.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