Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
80e0c867
Commit
80e0c867
authored
Jan 01, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220101.0.42885
parent
97dc9964
Pipeline
#14218
passed with stages
in 1 minute and 29 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
80e0c867
...
...
@@ -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/v202
1123
1.0.428
33
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/18
86
/download")" && \
sha256sum -c <<< "
cae6fad7bf26f27bef3d70df339c45885ec80f4d99c8090479919a1fcd9645ef
base-202
1123
1.0.428
33
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202
2010
1.0.428
85
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/18
90
/download")" && \
sha256sum -c <<< "
d96b7bcca744f3af01afa8f8fce005f5cd4993583e8abef023da73c63fd0f812
base-202
2010
1.0.428
85
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
80e0c867
...
...
@@ -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/v202
1123
1.0.428
33
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/18
88
/download")" && \
sha256sum -c <<< "
357c79e4bebcf8799e38b1b947d2b491094440af819b9910095efbf9fffe94a5
base-devel-202
1123
1.0.428
33
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202
2010
1.0.428
85
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/18
92
/download")" && \
sha256sum -c <<< "
223d8e5813dc6e9968d6b9233476aed4deb66a45034bdb8bef884b60223dffc7
base-devel-202
2010
1.0.428
85
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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