Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
71fa3c05
Commit
71fa3c05
authored
Dec 03, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201203.0.10385
parent
bd992f3d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
71fa3c05
...
...
@@ -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/v2020120
2
.0.1035
0
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/26
5
/download)" && \
sha256sum -c <<< "
62cafb19f34fa250eea4596132721c2af6aa4d251d225b3c6efc3231acbd3d6b
base-2020120
2
.0.1035
0
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2020120
3
.0.103
8
5
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/26
9
/download)" && \
sha256sum -c <<< "
565dd9974cc1fc82a04b55cb5801f630854cd8bf1187fd4208fc32f5ba876344
base-2020120
3
.0.103
8
5.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
71fa3c05
...
...
@@ -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/v2020120
2
.0.1035
0
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
6
7/download)" && \
sha256sum -c <<< "
e2bea866455fd39afd0e29fbc036cec569e419eb7897899525e91108cb848107
base-devel-2020120
2
.0.1035
0
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2020120
3
.0.103
8
5
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/27
1
/download)" && \
sha256sum -c <<< "
9485026916b1f1f2407961977ddeb032e12f04d2681022f13928bba3f35de49e
base-devel-2020120
3
.0.103
8
5.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