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
6eb7f019
Commit
6eb7f019
authored
Nov 21, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201121.0.9634
parent
fe47eb46
Pipeline
#3105
passed with stages
in 2 minutes and 27 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
6eb7f019
...
...
@@ -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
0
.0.96
0
4
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
5
/download)" && \
sha256sum -c <<< "
9d623bdc8d56cff26f5e18a0cda4afa6365ab9d3aca5eeb6e6cf0d13fc74b6b9
base-2020112
0
.0.96
0
4.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2020112
1
.0.96
3
4
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
9
/download)" && \
sha256sum -c <<< "
5ad8ad85661af92f7f7f1dc8ce8f9516e9f4d57ba0d63c2aa5050d977dd334ac
base-2020112
1
.0.96
3
4.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
6eb7f019
...
...
@@ -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
0
.0.96
0
4
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
07
/download)" && \
sha256sum -c <<< "
c8a464e83c3bfcaa0393359171f7525a9d5eb8d9f4897791d0d511689d7a7c1b
base-devel-2020112
0
.0.96
0
4.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2020112
1
.0.96
3
4
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
11
/download)" && \
sha256sum -c <<< "
6c63ad2b56071c780d7d04c934bc098901612a889bc855effeeefec9f98d8113
base-devel-2020112
1
.0.96
3
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