Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
5c738c27
Commit
5c738c27
authored
Apr 21, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210421.0.20408
parent
3d8cea51
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
5c738c27
...
...
@@ -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/v2021042
0
.0.20
346
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/80
1
/download)" && \
sha256sum -c <<< "
563946251104564692734091019ab7f74999d80f347c6c156e838005a467f35d
base-2021042
0
.0.20
346
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021042
1
.0.20
408
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/80
5
/download)" && \
sha256sum -c <<< "
c7a648f318479848381d91dadbdb7f2a38a84b79a6e8cd247ee1c384548f07c9
base-2021042
1
.0.20
408
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
5c738c27
...
...
@@ -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/v2021042
0
.0.20
346
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/80
3
/download)" && \
sha256sum -c <<< "
e480bcdbdaa1d273c35838af77193d1430f17f4d92a30f3b0ede598088369038
base-devel-2021042
0
.0.20
346
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021042
1
.0.20
408
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/80
7
/download)" && \
sha256sum -c <<< "
f078778c2855368a93d41d0b5a7bfab1f0eef3b3e32e62c2b1304e4c1353126e
base-devel-2021042
1
.0.20
408
.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