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
3d8cea51
Commit
3d8cea51
authored
Apr 20, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210420.0.20346
parent
ec909dca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
3d8cea51
...
...
@@ -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/v202104
19
.0.20
289
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/
797
/download)" && \
sha256sum -c <<< "
afaea41124c2965a4f2e138013d9ad5b1409e9c676b93895c6c6407684f63b65
base-202104
19
.0.20
289
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202104
20
.0.20
346
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/
801
/download)" && \
sha256sum -c <<< "
563946251104564692734091019ab7f74999d80f347c6c156e838005a467f35d
base-202104
20
.0.20
346
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
3d8cea51
...
...
@@ -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/v202104
19
.0.20
289
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/
799
/download)" && \
sha256sum -c <<< "
4aab2ecb2984b798c87fc210870a44fc7b8d34b42b3e65ee9f264fc52718836f
base-devel-202104
19
.0.20
289
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202104
20
.0.20
346
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/
803
/download)" && \
sha256sum -c <<< "
e480bcdbdaa1d273c35838af77193d1430f17f4d92a30f3b0ede598088369038
base-devel-202104
20
.0.20
346
.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