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
00ddc580
Commit
00ddc580
authored
May 03, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210503.0.21471
parent
1cd524f2
Pipeline
#6940
passed with stages
in 1 minute and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
00ddc580
...
...
@@ -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/v2021050
2
.0.21
354
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/8
57
/download)" && \
sha256sum -c <<< "b
e7531b820496a2fb1770f14a53e76cd06c7467c49a02e20eb76e2ab3e58d95
8 base-2021050
2
.0.21
354
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021050
3
.0.21
471
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/8
61
/download)" && \
sha256sum -c <<< "b
5a4b1e4942a189d96c1a2580eced5a83f3105778a710067d1c4babff08b4ca
8 base-2021050
3
.0.21
471
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
00ddc580
...
...
@@ -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/v2021050
2
.0.21
354
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/8
59
/download)" && \
sha256sum -c <<< "
574028cbac9c38409b6300b946191627955b5219629093bd67c1061049b66919
base-devel-2021050
2
.0.21
354
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021050
3
.0.21
471
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/8
63
/download)" && \
sha256sum -c <<< "
fafa79b8f29d4320c41dfd42b9005b070715221d87344836faff26942a1eccca
base-devel-2021050
3
.0.21
471
.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