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
013d2d5f
Commit
013d2d5f
authored
Sep 25, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210925.0.34997
parent
b6670918
Pipeline
#11411
passed with stages
in 1 minute and 20 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
013d2d5f
...
...
@@ -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/v2021092
4
.0.349
5
7
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/15
18
/download")" && \
sha256sum -c <<< "
684841016bdcf43f8c7e3a27f83bca0d42ca39c0c48183d91c642d19de93f312
base-2021092
4
.0.349
5
7.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021092
5
.0.349
9
7
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/15
22
/download")" && \
sha256sum -c <<< "
c6e980a467842183fa08627f9065fb731a350a099491e8d271320d0a5f86dcc6
base-2021092
5
.0.349
9
7.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
013d2d5f
...
...
@@ -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/v2021092
4
.0.349
5
7
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/152
0
/download")" && \
sha256sum -c <<< "
8fadc034048b627e2d794e47bf9892a2c2f9b834df929991e4a1914b37f0a8f7
base-devel-2021092
4
.0.349
5
7.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021092
5
.0.349
9
7
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/152
4
/download")" && \
sha256sum -c <<< "
4ac5bc0d77e4836553ac3030a59fb0085d0d27993724c1c8ccd4ee90f6c1fea0
base-devel-2021092
5
.0.349
9
7.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