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
97dc9964
Commit
97dc9964
authored
Dec 31, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211231.0.42833
parent
985eab5a
Pipeline
#14201
passed with stages
in 1 minute and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
97dc9964
...
...
@@ -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/v2021123
0
.0.42
782
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/188
2
/download")" && \
sha256sum -c <<< "
982a5b19b418d3dddec295ac75423b6a2e848eac9085259c95ceb483cbe80d78
base-2021123
0
.0.42
782
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021123
1
.0.42
833
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/188
6
/download")" && \
sha256sum -c <<< "
cae6fad7bf26f27bef3d70df339c45885ec80f4d99c8090479919a1fcd9645ef
base-2021123
1
.0.42
833
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
97dc9964
...
...
@@ -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/v2021123
0
.0.42
782
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/188
4
/download")" && \
sha256sum -c <<< "
d4c9347fe5d96ff16324ff185cdd83a9455c629bb695c3576adcc955be558c54
base-devel-2021123
0
.0.42
782
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021123
1
.0.42
833
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/188
8
/download")" && \
sha256sum -c <<< "
357c79e4bebcf8799e38b1b947d2b491094440af819b9910095efbf9fffe94a5
base-devel-2021123
1
.0.42
833
.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