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
96400f30
Commit
96400f30
authored
Apr 04, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220404.0.51972
parent
1fbe5f4f
Pipeline
#16921
passed with stages
in 1 minute and 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
96400f30
...
...
@@ -11,9 +11,9 @@
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022040
3
.0.519
10
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/230
6
/download")" && \
sha256sum -c <<< "
59f26f92a011056d920786c9dccff43f17dc54f8793722c8f0d8c9cf40ba6140
base-2022040
3
.0.519
10
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022040
4
.0.519
72
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/23
1
0/download")" && \
sha256sum -c <<< "
14e217bcb651df78bbdf6294a0b6f11e8f18359019c5b47e1576141796af582a
base-2022040
4
.0.519
72
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
96400f30
...
...
@@ -11,9 +11,9 @@
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022040
3
.0.519
10
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/23
08
/download")" && \
sha256sum -c <<< "
d3d5e6ec3db01b6de88008e2ec5f3178a11feee2a21ec34146c51ed31dcc42a4
base-devel-2022040
3
.0.519
10
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022040
4
.0.519
72
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/23
12
/download")" && \
sha256sum -c <<< "
a4358170b14242a80df7fa4696d7f575bb1a78080dd48f078b2a35090256b8cc
base-devel-2022040
4
.0.519
72
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${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