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
d9039065
Commit
d9039065
authored
Apr 25, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210425.0.20608
parent
00f016a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
d9039065
...
...
@@ -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
4
.0.20
5
68
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/81
7
/download)" && \
sha256sum -c <<< "
8174f592d4ff7e5e2236d79b1168ec6a1ba38f1bbfb7aa886083bb37da03dadd
base-2021042
4
.0.20
5
68.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021042
5
.0.206
0
8
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/8
2
1/download)" && \
sha256sum -c <<< "
0c155ca50aaa8bd7f63a8fcd99c61e5de752eb30f81a1414da416ed3daea1353
base-2021042
5
.0.206
0
8.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
d9039065
...
...
@@ -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
4
.0.20
5
68
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/8
19
/download)" && \
sha256sum -c <<< "
13da74ed1e93421de82f32e4d9fc8cd34b4288678901c86a0210a0667f257723
base-devel-2021042
4
.0.20
5
68.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021042
5
.0.206
0
8
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/8
23
/download)" && \
sha256sum -c <<< "
0148f99fffb5b11a01d78b4e50944e4417e19e42ab7ff32f243ba76bb2d32ed4
base-devel-2021042
5
.0.206
0
8.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