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
dd20d694
Commit
dd20d694
authored
Feb 26, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220226.0.48956
parent
1d957814
Pipeline
#16206
passed with stages
in 1 minute and 13 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
dd20d694
...
...
@@ -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/v2022022
5
.0.48
86
6
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/213
2
/download")" && \
sha256sum -c <<< "
e4f6133fff75ae56367b29c9d40acb397465c79ce31086871047cbce3850469c
base-2022022
5
.0.48
86
6.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022022
6
.0.48
95
6
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/213
6
/download")" && \
sha256sum -c <<< "
487ef6ad9cb4df218c2250a848257328a957c26a19db71a38bee0f75a223c01e
base-2022022
6
.0.48
95
6.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
dd20d694
...
...
@@ -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/v2022022
5
.0.48
86
6
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/213
4
/download")" && \
sha256sum -c <<< "
3400c5d19531bcbf0a70b693b52835ddc0b1fad98f2615135b45104162b87cc8
base-devel-2022022
5
.0.48
86
6.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022022
6
.0.48
95
6
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/213
8
/download")" && \
sha256sum -c <<< "
26b2d551c12bc844681be8af00c8aff1d61f653ceba7a0221697015b67c6507f
base-devel-2022022
6
.0.48
95
6.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