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
5ee52837
Commit
5ee52837
authored
Nov 11, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201111.0.8788
parent
d6c76a31
Pipeline
#2883
failed with stages
in 24 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
5ee52837
...
...
@@ -12,7 +12,7 @@ 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//download)" && \
sha256sum -c <<< "
f9a2918267e5600b8f8c0e92993e2615f7ab236f7742eedcdba7686bffbddd1d
base-2020111
0
.0.87
54
.tar.xz" && \
sha256sum -c <<< "
ddb0441d3ce49be10340d019845dc6f6604bd822145d151d6c064523e64f4190
base-2020111
1
.0.87
88
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
5ee52837
...
...
@@ -12,7 +12,7 @@ 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//download)" && \
sha256sum -c <<< "
5af0bc3007eb21ca71d17734dca76315f060285a82db16a212be1cc1b257cea2
base-devel-2020111
0
.0.87
54
.tar.xz" && \
sha256sum -c <<< "
7bb17b54e98df6a93cefddc80a1647295f66e9c00afe7a2e46a65486e68e8cff
base-devel-2020111
1
.0.87
88
.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