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
eb58e9e6
Commit
eb58e9e6
authored
Oct 19, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211019.0.37052
parent
aef15c60
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
eb58e9e6
...
...
@@ -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/v2021101
8
.0.3
697
2
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/163
4
/download")" && \
sha256sum -c <<< "
0db127176c1a1c561b28b4ea5bcc3fb4c875a69b43e63b09a9133cacbd9c63d9
base-2021101
8
.0.3
697
2.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021101
9
.0.3
705
2
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/163
8
/download")" && \
sha256sum -c <<< "
47990ee1a112d5f36db47820d5e5fc91c807c8cad5a6a4e52e8d49cc823ba138
base-2021101
9
.0.3
705
2.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
eb58e9e6
...
...
@@ -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/v2021101
8
.0.3
697
2
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/16
36
/download")" && \
sha256sum -c <<< "
505e2cb388c3bebed2b917c818c1dd2b28a61c3e13b7a046ffedcd8522c4b378
base-devel-2021101
8
.0.3
697
2.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021101
9
.0.3
705
2
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/16
40
/download")" && \
sha256sum -c <<< "
aa115b55b6bf09abb50b310b4a3e46854438cdc242b3e6a6f63ccbf4204b8c44
base-devel-2021101
9
.0.3
705
2.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