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
118ebceb
Commit
118ebceb
authored
Apr 11, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220411.0.52664
parent
a67cf894
Pipeline
#17147
passed with stages
in 1 minute and 34 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
118ebceb
...
...
@@ -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
0
.0.52
582
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/23
38
/download")" && \
sha256sum -c <<< "
c6ebe49258ef6d6f77207fc7717bc0dfbc6fcebc2d6282b0264ae87b45f7ed54
base-2022041
0
.0.52
582
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022041
1
.0.52
664
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/23
42
/download")" && \
sha256sum -c <<< "
9cb19e6d836381d47c208cb4c9e7a422720af89bbe707cb8644d62f4336f4c36
base-2022041
1
.0.52
664
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
118ebceb
...
...
@@ -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
0
.0.52
582
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/234
0
/download")" && \
sha256sum -c <<< "
43e9e3fff39070e3c7ed411d124eae79fef46919e8dbdfe035f79af13863d018
base-devel-2022041
0
.0.52
582
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022041
1
.0.52
664
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/234
4
/download")" && \
sha256sum -c <<< "
8f7a0f3ac3aa143e709bb081172108394e843f52eb64a233bdf6950d449a3d97
base-devel-2022041
1
.0.52
664
.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