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
57862ad9
Commit
57862ad9
authored
Jul 25, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210725.0.29770
parent
333c6d31
Pipeline
#9890
passed with stages
in 1 minute and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
57862ad9
...
...
@@ -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/v2021072
4
.0.297
3
0
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/12
29
/download)" && \
sha256sum -c <<< "8
55bcec084c5c60ad80977a63cd8ee5bc671bca0937b605684be9816ca4e1526
base-2021072
4
.0.297
3
0.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021072
5
.0.297
7
0
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/12
33
/download)" && \
sha256sum -c <<< "8
ab3ab761905e54c5ce4336884705b62892a40a1148845200b5636e3e3e97297
base-2021072
5
.0.297
7
0.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
57862ad9
...
...
@@ -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/v2021072
4
.0.297
3
0
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/123
1
/download)" && \
sha256sum -c <<< "
88dd5138037a0073628d6676917c4f8b72342da1a604a13218b00b1e958df69b
base-devel-2021072
4
.0.297
3
0.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021072
5
.0.297
7
0
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/123
5
/download)" && \
sha256sum -c <<< "
327c9e36e627069a8b3cf76857e196b23659a6f34eba82abc5f23e381ac918c8
base-devel-2021072
5
.0.297
7
0.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Markdown
is supported
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