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
ac606d39
Commit
ac606d39
authored
Aug 04, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210804.0.30795
parent
2ad6004c
Pipeline
#10189
passed with stages
in 1 minute and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
ac606d39
...
...
@@ -11,9 +11,9 @@
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021080
3
.0.307
28
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/127
3
/download)" && \
sha256sum -c <<< "
e727b36f3cdfdb47b3326c5b53e9a257aabad072679421e644c26ef024e96488
base-2021080
3
.0.307
28
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021080
4
.0.307
95
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/127
7
/download)" && \
sha256sum -c <<< "
6ab39e973cf72fe311fd03a47d452ed0ad76b9ac8c85fb5ed7a86cd12d2f3e71
base-2021080
4
.0.307
95
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
ac606d39
...
...
@@ -11,9 +11,9 @@
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021080
3
.0.307
28
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/127
5
/download)" && \
sha256sum -c <<< "
de1b48a8f032850b0ddb606bf3ef2a48d18d4181eaa851d3798a4d55169fee2a
base-devel-2021080
3
.0.307
28
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021080
4
.0.307
95
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/127
9
/download)" && \
sha256sum -c <<< "
c7ae7d2b6417aa91c6b9e63e0eaba7a6174c08c44ec76a86ecb5d58be6279dcf
base-devel-2021080
4
.0.307
95
.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