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
7ca9cd6a
Commit
7ca9cd6a
authored
Apr 02, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220402.0.51811
parent
dc9355a1
Pipeline
#16888
passed with stages
in 1 minute and 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
7ca9cd6a
...
...
@@ -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
1
.0.51
724
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/229
4
/download")" && \
sha256sum -c <<< "
8714cb901a7df15e17074bc27020d264308d6de88b499959b0c2fcb9a5f88d36
base-2022040
1
.0.51
724
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022040
2
.0.51
811
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/229
8
/download")" && \
sha256sum -c <<< "
50cd8ed5c09d67bcd6fa37e9bc0f765bf6def68f15cf9d4b3c3e9720a9971e97
base-2022040
2
.0.51
811
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
7ca9cd6a
...
...
@@ -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
1
.0.51
724
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
296
/download")" && \
sha256sum -c <<< "7
9806cfa96e646787198b6a01ec0919923424adcd69bb310535abb001d5e64bd
base-devel-2022040
1
.0.51
724
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022040
2
.0.51
811
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
300
/download")" && \
sha256sum -c <<< "7
8488eb6e3c92ebfd2bec45e99772bc4f99814c55a64581b808a04b4c1146182
base-devel-2022040
2
.0.51
811
.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