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
737e90cc
Commit
737e90cc
authored
Apr 13, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220413.0.52875
parent
60dda63c
Pipeline
#17244
passed with stages
in 1 minute and 10 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
737e90cc
...
...
@@ -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/v2022041
2
.0.52
742
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/23
46
/download")" && \
sha256sum -c <<< "
367b210bb1fca6294e37dadf6ebe597b76321cfac494c4e238f775935eb47d4a
base-2022041
2
.0.52
742
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022041
3
.0.52
875
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/23
50
/download")" && \
sha256sum -c <<< "
9bf524b4aa7c4cf6ef46ce707e1107acbd5d830696ff2f1e0dd111ad042cea3d
base-2022041
3
.0.52
875
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
737e90cc
...
...
@@ -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/v2022041
2
.0.52
742
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/23
48
/download")" && \
sha256sum -c <<< "
b6b334260ae7abde4f44c9d806786553994580c40e242edc2071fdcd42b83d61
base-devel-2022041
2
.0.52
742
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022041
3
.0.52
875
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/23
52
/download")" && \
sha256sum -c <<< "
1a74aab05cd3d7a208c791d2e29262597e801168826507f14e3bcd2d7058a265
base-devel-2022041
3
.0.52
875
.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