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
f8e8111a
Commit
f8e8111a
authored
Feb 27, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220227.0.49015
parent
dd20d694
Pipeline
#16224
passed with stages
in 1 minute and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
f8e8111a
...
...
@@ -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
6
.0.4
8956
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/21
36
/download")" && \
sha256sum -c <<< "
487ef6ad
9c
b
4d
f218c2250a848257328a957c26a19db71a38bee0f75a223c01e
base-2022022
6
.0.4
8956
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022022
7
.0.4
9015
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/21
40
/download")" && \
sha256sum -c <<< "
651e4b96a5a9def
9c4d
95b4322f1ca11a2ff15f658781ee4fc81a68c9103e59d
base-2022022
7
.0.4
9015
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
f8e8111a
...
...
@@ -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
6
.0.4
8956
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/21
38
/download")" && \
sha256sum -c <<< "
26b2d551c12bc844681be8af00c8aff1d61f653ceba7a0221697015b67c6507f
base-devel-2022022
6
.0.4
8956
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022022
7
.0.4
9015
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/21
42
/download")" && \
sha256sum -c <<< "
4f4c5818b6f56e1265cc92ff8d2cb6b5dc3438c9d464f56cb3574e0d50614c86
base-devel-2022022
7
.0.4
9015
.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