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
fecc6270
Commit
fecc6270
authored
Jul 21, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210721.0.29563
parent
4b712921
Pipeline
#9827
passed with stages
in 1 minute and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
fecc6270
...
...
@@ -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
0
.0.29
498
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/121
3
/download)" && \
sha256sum -c <<< "
7d7b64fb84ecf25102a2077c208b2732c30d1e4c562e1eb17062cbdb144b8497
base-2021072
0
.0.29
498
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021072
1
.0.29
563
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/121
7
/download)" && \
sha256sum -c <<< "
282882ee1e9956d86f3b317053d2855539fb6978a9d3ba60608019dd7717de89
base-2021072
1
.0.29
563
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
fecc6270
...
...
@@ -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
0
.0.29
498
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/121
5
/download)" && \
sha256sum -c <<< "
7a9014ca8639071aab928b1e86e106e7dd1a018cde21423dee6cd1981d728eac
base-devel-2021072
0
.0.29
498
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021072
1
.0.29
563
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/121
9
/download)" && \
sha256sum -c <<< "
9e4f2e0db611a6a82b7233ed046a31a28f95a359f0e4c0bb46073ee7d4acac79
base-devel-2021072
1
.0.29
563
.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