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
7bc12e4c
Commit
7bc12e4c
authored
Oct 05, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211005.0.35919
parent
e880cdf4
Pipeline
#11731
passed with stages
in 1 minute and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
7bc12e4c
...
...
@@ -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/v2021100
4
.0.35
804
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/15
66
/download")" && \
sha256sum -c <<< "
951fbf4d7ee5aac20551aa15592b8a4d71ef72de55a153d696229cb99ce712d6
base-2021100
4
.0.35
804
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021100
5
.0.35
919
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/15
70
/download")" && \
sha256sum -c <<< "
09d1e563ebc1711bc966c31f8d84efb17672aa59e2973d333e4e47cdd06159d5
base-2021100
5
.0.35
919
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
7bc12e4c
...
...
@@ -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/v2021100
4
.0.35
804
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/15
68
/download")" && \
sha256sum -c <<< "
f889174720dbe3a942761d27e16650fceed4c9948e1bdb2e2ea3317998d0d8d7
base-devel-2021100
4
.0.35
804
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021100
5
.0.35
919
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/15
72
/download")" && \
sha256sum -c <<< "
bc9ab74866baa493d45fa6f5b5ef0c935895c7f9e08ef2e9e0eb8b1e428bffcf
base-devel-2021100
5
.0.35
919
.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