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
b6670918
Commit
b6670918
authored
Sep 24, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210924.0.34957
parent
17246c56
Pipeline
#11403
passed with stages
in 1 minute and 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
b6670918
...
...
@@ -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
3
.0.349
08
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/151
4
/download")" && \
sha256sum -c <<< "
bf63d605b8b001c98c56b051989f008fdba41fad50d1d45a551b026bb3f26a81
base-2021092
3
.0.349
08
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021092
4
.0.349
57
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/151
8
/download")" && \
sha256sum -c <<< "
684841016bdcf43f8c7e3a27f83bca0d42ca39c0c48183d91c642d19de93f312
base-2021092
4
.0.349
57
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
b6670918
...
...
@@ -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
3
.0.349
08
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/15
16
/download")" && \
sha256sum -c <<< "
9a92bd033d3c48effe652c912d3f84d94006506d4fc33bc9632924e89e12a672
base-devel-2021092
3
.0.349
08
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021092
4
.0.349
57
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/15
20
/download")" && \
sha256sum -c <<< "
8fadc034048b627e2d794e47bf9892a2c2f9b834df929991e4a1914b37f0a8f7
base-devel-2021092
4
.0.349
57
.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