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
10a7a3ef
Commit
10a7a3ef
authored
Dec 15, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211215.0.41722
parent
0aa74946
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
10a7a3ef
...
...
@@ -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/v2021121
4
.0.41
605
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/181
0
/download")" && \
sha256sum -c <<< "
8b98265be44a451c83528c001c2aefa364560e0af870a7e7f4bfe77f40428487
base-2021121
4
.0.41
605
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021121
5
.0.41
722
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/181
4
/download")" && \
sha256sum -c <<< "
7bf443c3c6ecb2aeb80041b3bb68fefab0678d1f7d62e5ae6d3022c14ee4e4ad
base-2021121
5
.0.41
722
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
10a7a3ef
...
...
@@ -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/v2021121
4
.0.41
605
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/181
2
/download")" && \
sha256sum -c <<< "
acb116c88c3b0f48ede5f436124efac697919affe6c3b10743f68b8ce090cefb
base-devel-2021121
4
.0.41
605
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021121
5
.0.41
722
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/181
6
/download")" && \
sha256sum -c <<< "
b82da78cbe4e248ce13c419b688815e91ac8ddbba6968aa935d8c9ed8676c909
base-devel-2021121
5
.0.41
722
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Markdown
is supported
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