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
a6e00765
Commit
a6e00765
authored
May 05, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210505.0.21597
parent
5b8e34c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
a6e00765
...
...
@@ -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
4
.0.215
38
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.215
38
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021050
5
.0.215
97
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/86
9
/download)" && \
sha256sum -c <<< "
8242dc4371815c7578644e31782f718fe079e0acf35950cd8c53abe10b7e7b42
base-2021050
5
.0.215
97
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
a6e00765
...
...
@@ -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
4
.0.215
38
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/8
6
7/download)" && \
sha256sum -c <<< "
d5e7f1b1cf9df25d07b781809dc6d1bd06ddcb662a41a6a5cf10b2982be0c54f
base-devel-2021050
4
.0.215
38
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021050
5
.0.215
97
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.215
97
.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