Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
edf29f12
Commit
edf29f12
authored
May 06, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210506.0.21728
parent
a6e00765
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
edf29f12
...
...
@@ -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
5
.0.21
597
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/8
69
/download)" && \
sha256sum -c <<< "
8242dc4371815c7578644e31782f718fe079e0acf35950cd8c53abe10b7e7b42
base-2021050
5
.0.21
597
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021050
6
.0.21
728
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/8
73
/download)" && \
sha256sum -c <<< "
05e533bb5c89b859480c416a48ac39dbd81673cba2c278a3fb0321587d00ab9f
base-2021050
6
.0.21
728
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
edf29f12
...
...
@@ -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
5
.0.21
597
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/87
1
/download)" && \
sha256sum -c <<< "
4bc8402344660216ac0f5a35c930190e107cdc879f9b2914e8ad76a411a28ae2
base-devel-2021050
5
.0.21
597
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021050
6
.0.21
728
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/87
5
/download)" && \
sha256sum -c <<< "
5f5c946baa1efe929df551fd451ab0e4f7e41c9a876f640d88f165335d18513b
base-devel-2021050
6
.0.21
728
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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