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
c9f91e64
Commit
c9f91e64
authored
Nov 03, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201103.0.8378
parent
72f354a5
Pipeline
#2781
passed with stages
in 2 minutes and 27 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
c9f91e64
...
...
@@ -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/12
5
/download)" && \
sha256sum -c <<< "
a8bedbc3aedcedab891e56d29b3b39ee398e15a9b15ae9f96a480cfe78f221e4
base-2020110
2
.0.8
296
.tar.xz" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/12
9
/download)" && \
sha256sum -c <<< "
75e95426377466f468c4127866fa0d10d3ec18187c44506fa4a399037318b972
base-2020110
3
.0.8
378
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
c9f91e64
...
...
@@ -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
27
/download)" && \
sha256sum -c <<< "
469296106ce82dd91b7a54b567b0262dcf0dbd0e466414954ed50a5762c5d7f
5 base-devel-2020110
2
.0.8
296
.tar.xz" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
31
/download)" && \
sha256sum -c <<< "
0321459798a00e4d855985fd92fcdaa03cf994f4bfeafa4a039e5f3443f64fc
5 base-devel-2020110
3
.0.8
378
.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