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
17246c56
Commit
17246c56
authored
Sep 23, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210923.0.34908
parent
a68d1a2a
Pipeline
#11392
passed with stages
in 1 minute and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
17246c56
...
...
@@ -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
2
.0.34
840
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/151
0
/download")" && \
sha256sum -c <<< "
a92cadd9b4087d32496a93f2cecc4d18e03f1060687e44f7da523e3b56fc5205
base-2021092
2
.0.34
840
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021092
3
.0.34
908
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.34
908
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
17246c56
...
...
@@ -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
2
.0.34
840
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/151
2
/download")" && \
sha256sum -c <<< "
82e653caf87f1beed82136f5877d7be65c8d5ac66bd921d1bfbf57c66fdcd659
base-devel-2021092
2
.0.34
840
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021092
3
.0.34
908
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/151
6
/download")" && \
sha256sum -c <<< "
9a92bd033d3c48effe652c912d3f84d94006506d4fc33bc9632924e89e12a672
base-devel-2021092
3
.0.34
908
.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