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
24d90b05
Commit
24d90b05
authored
Mar 28, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220328.0.51392
parent
55025f7e
Pipeline
#16773
passed with stages
in 1 minute and 10 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
24d90b05
...
...
@@ -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/v2022032
7
.0.5132
8
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/227
4
/download")" && \
sha256sum -c <<< "
6876171f9f88b723c0bb18d102266a1a1208480a881330043f07306651990976
base-2022032
7
.0.5132
8
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022032
8
.0.513
9
2
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/227
8
/download")" && \
sha256sum -c <<< "
435485da58bbaaaa88a779a8d2d899cc05fb79bc05ea5c043cd1cec9f12ccd73
base-2022032
8
.0.513
9
2.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
24d90b05
...
...
@@ -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/v2022032
7
.0.5132
8
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/22
76
/download")" && \
sha256sum -c <<< "
360c4f6b98f9afb19c33b57a61d838c54ad69942ff5ef95179c23f204fdcdb69
base-devel-2022032
7
.0.5132
8
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022032
8
.0.513
9
2
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/22
80
/download")" && \
sha256sum -c <<< "
a6a552d871ec57166d08874689dc8476af80b0f4e82fb2e6023bfa00e9ddf035
base-devel-2022032
8
.0.513
9
2.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