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
b9b41406
Commit
b9b41406
authored
Nov 07, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201107.0.8517
parent
71d86e12
Pipeline
#2819
passed with stages
in 2 minutes and 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
b9b41406
...
...
@@ -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/14
1
/download)" && \
sha256sum -c <<< "
62b0a4b16c76806c2f982f73253603f62d06e01e73baf303da9822fc99ade495
base-2020110
6
.0.8
469
.tar.xz" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/14
5
/download)" && \
sha256sum -c <<< "
e566b58115f83df224b42356936877a49edef06450c2d40ff59a255cb4d3af41
base-2020110
7
.0.8
517
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
b9b41406
...
...
@@ -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/14
3
/download)" && \
sha256sum -c <<< "
5e0596011add945b327a068eebbaa2039f5d3ccd2c705964a57d2e1315ed3c37
base-devel-2020110
6
.0.8
469
.tar.xz" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/14
7
/download)" && \
sha256sum -c <<< "
a3d5b89de7e908bcb49aefca8c39f9d031322145cd497ed2cebcdb9d592178cf
base-devel-2020110
7
.0.8
517
.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