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
0d5e516d
Commit
0d5e516d
authored
Mar 29, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220329.0.51467
parent
24d90b05
Pipeline
#16794
passed with stages
in 1 minute and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
0d5e516d
...
...
@@ -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
8
.0.51
392
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/22
7
8/download")" && \
sha256sum -c <<< "
435485da58bbaaaa88a779a8d2d899cc05fb79bc05ea5c043cd1cec9f1
2cc
d7
3 base-2022032
8
.0.51
392
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022032
9
.0.51
467
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/228
2
/download")" && \
sha256sum -c <<< "
0cdb54ddd259f1aeea60261d8f698a6c9926e649259a26846b8c0cb20c3
2cc
1
3 base-2022032
9
.0.51
467
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
0d5e516d
...
...
@@ -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
8
.0.51
392
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/228
0
/download")" && \
sha256sum -c <<< "
a6a552d871ec57166d08874689dc8476af80b0f4e82fb2e6023bfa00e9ddf035
base-devel-2022032
8
.0.51
392
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022032
9
.0.51
467
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/228
4
/download")" && \
sha256sum -c <<< "
24235bbbfbba224239e4dda179cbd5fdaf3654dc9ff3477840ec8ef2a8a8344d
base-devel-2022032
9
.0.51
467
.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