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
4abe6272
Commit
4abe6272
authored
Nov 04, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201104.0.8410
parent
c9f91e64
Pipeline
#2791
passed with stages
in 2 minutes and 24 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
4abe6272
...
@@ -11,8 +11,8 @@
...
@@ -11,8 +11,8 @@
FROM alpine:3.12 AS verify
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
SHELL ["/bin/bash", "-c"]
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
29
/download)" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
33
/download)" && \
sha256sum -c <<< "
75e95426377466f468c4127866fa0d10d3ec18187c44506fa4a399037318b972
base-2020110
3
.0.8
378
.tar.xz" && \
sha256sum -c <<< "
a78af6817f6b9dadba05cdf8848b564be2b75112adfc6f2f0602ae1541bb049d
base-2020110
4
.0.8
410
.tar.xz" && \
mkdir /rootfs && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
4abe6272
...
@@ -11,8 +11,8 @@
...
@@ -11,8 +11,8 @@
FROM alpine:3.12 AS verify
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
SHELL ["/bin/bash", "-c"]
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
1
/download)" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
5
/download)" && \
sha256sum -c <<< "
0321459798a00e4d855985fd92fcdaa03cf994f4bfeafa4a039e5f3443f64fc5
base-devel-2020110
3
.0.8
378
.tar.xz" && \
sha256sum -c <<< "
42b5f674bbba988ad9adccf65c32f5bbc9c96e27dfe22a040c47d8e18f274471
base-devel-2020110
4
.0.8
410
.tar.xz" && \
mkdir /rootfs && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${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