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
0da7f47a
Commit
0da7f47a
authored
Nov 22, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201122.0.9724
parent
6eb7f019
Pipeline
#3139
passed with stages
in 2 minutes and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
0da7f47a
...
...
@@ -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/v2020112
1
.0.9
63
4
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
09
/download)" && \
sha256sum -c <<< "
5ad8ad85661af92f7f7f1dc8ce8f9516e9f4d57ba0d63c2aa5050d977dd334ac
base-2020112
1
.0.9
63
4.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2020112
2
.0.9
72
4
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
13
/download)" && \
sha256sum -c <<< "
6c2e3cdf0de1f11492a5312217ca8479120ce0e501bff02a1a681c3aa6a3e2f7
base-2020112
2
.0.9
72
4.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
0da7f47a
...
...
@@ -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/v2020112
1
.0.9
63
4
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/21
1
/download)" && \
sha256sum -c <<< "
6c63ad2b56071c780d7d04c934bc098901612a889bc855effeeefec9f98d8113
base-devel-2020112
1
.0.9
63
4.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2020112
2
.0.9
72
4
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/21
5
/download)" && \
sha256sum -c <<< "
f2d6d59108516621acea81cdf3cfb7596d375b578d5287526ef3ce396a2859e1
base-devel-2020112
2
.0.9
72
4.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