Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
97ba60bf
Commit
97ba60bf
authored
Sep 17, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210917.0.34488
parent
b2344704
Pipeline
#11243
failed with stages
in 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
97ba60bf
...
...
@@ -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/v2021091
5
.0.34
333
RUN ROOTFS="$(curl -sO
J
L --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/14
86
/download)" && \
sha256sum -c <<< "
45fe1f5bd7b0437218194b7349969c0078fc49635f813845d7a4d3c95af46f5f
base-2021091
5
.0.34
333
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021091
7
.0.34
488
RUN ROOTFS="$(curl -sOL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/14
90
/download)" && \
sha256sum -c <<< "
fd531768ab6e65c26427362b4651dbba892d11e81bca32951f34971db3bfe37e
base-2021091
7
.0.34
488
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
97ba60bf
...
...
@@ -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/v2021091
5
.0.34
333
RUN ROOTFS="$(curl -sO
J
L --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/14
88
/download)" && \
sha256sum -c <<< "
289a488c66319f4213a38f14e44d346941d2a848d56815361c3c2d77bcc1aaf9
base-devel-2021091
5
.0.34
333
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021091
7
.0.34
488
RUN ROOTFS="$(curl -sOL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/14
92
/download)" && \
sha256sum -c <<< "
b55b7a7df6f70c9aaff5e8ff057c626c0b11ca9105ff62b0a34c4b7d94d3259a
base-devel-2021091
7
.0.34
488
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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