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
3f360467
Commit
3f360467
authored
Apr 05, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220405.0.52061
parent
96400f30
Pipeline
#16946
passed with stages
in 1 minute and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
3f360467
...
...
@@ -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
4
.0.5
1972
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/231
0
/download")" && \
sha256sum -c <<< "
14e217bcb651df78bbdf6294a0b6f11e8f18359019c5b47e1576141796af582a
base-2022040
4
.0.5
1972
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022040
5
.0.5
2061
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/231
4
/download")" && \
sha256sum -c <<< "
bae09f4ff3a000042ab17b99e9dbdbc4f331af86313146803eb2be32043dffd2
base-2022040
5
.0.5
2061
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
3f360467
...
...
@@ -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
4
.0.5
1972
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/231
2
/download")" && \
sha256sum -c <<< "
a4358170b14242a80df7fa4696d7f575bb1a78080dd48f078b2a35090256b8cc
base-devel-2022040
4
.0.5
1972
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022040
5
.0.5
2061
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/231
6
/download")" && \
sha256sum -c <<< "
f8643ec541ec515ac8c45cfec4b524e817ca593bc713f1eab0d9d8e89daf75a6
base-devel-2022040
5
.0.5
2061
.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