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
71d86e12
Commit
71d86e12
authored
Nov 06, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201106.0.8469
parent
0136d678
Pipeline
#2805
passed with stages
in 2 minutes and 23 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
71d86e12
...
...
@@ -11,8 +11,8 @@
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
37
/download)" && \
sha256sum -c <<< "
7221d8d56e49cd57f9b5d0d4a1546089c6faccf6d14c8084c807b2ba73ed24b9
base-2020110
5
.0.84
45
.tar.xz" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
41
/download)" && \
sha256sum -c <<< "
62b0a4b16c76806c2f982f73253603f62d06e01e73baf303da9822fc99ade495
base-2020110
6
.0.84
69
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
71d86e12
...
...
@@ -11,8 +11,8 @@
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
9
/download)" && \
sha256sum -c <<< "
0ddff09f6f1e6dfc7d088cbd75a90b77d4d090c56097516ba283033dc12227b
7 base-devel-2020110
5
.0.84
45
.tar.xz" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
4
3/download)" && \
sha256sum -c <<< "
5e0596011add945b327a068eebbaa2039f5d3ccd2c705964a57d2e1315ed3c3
7 base-devel-2020110
6
.0.84
69
.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