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
5b8e34c7
Commit
5b8e34c7
authored
May 04, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210504.0.21538
parent
00ddc580
Pipeline
#6963
passed with stages
in 1 minute and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
5b8e34c7
...
...
@@ -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
3
.0.21
471
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/86
1
/download)" && \
sha256sum -c <<< "
b5a4b1e4942a189d96c1a2580eced5a83f3105778a710067d1c4babff08b4ca8
base-2021050
3
.0.21
471
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021050
4
.0.21
538
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/86
5
/download)" && \
sha256sum -c <<< "
7638df8df6126aaaf6fff7ff3e280da3eda388c7116f4759f6994abda558c2be
base-2021050
4
.0.21
538
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
5b8e34c7
...
...
@@ -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
3
.0.21
471
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/86
3
/download)" && \
sha256sum -c <<< "
fafa79b8f29d4320c41dfd42b9005b070715221d87344836faff26942a1eccca
base-devel-2021050
3
.0.21
471
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021050
4
.0.21
538
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/86
7
/download)" && \
sha256sum -c <<< "
d5e7f1b1cf9df25d07b781809dc6d1bd06ddcb662a41a6a5cf10b2982be0c54f
base-devel-2021050
4
.0.21
538
.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