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
72e5f804
Commit
72e5f804
authored
Oct 24, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211024.0.37588
parent
705d18e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
72e5f804
...
...
@@ -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/v2021102
3
.0.37
47
8
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/165
0
/download")" && \
sha256sum -c <<< "
04e560235a2aba5fa9f20b1efb9a72a552f79083e4df448989988f7f65b7aa86
base-2021102
3
.0.37
47
8.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021102
4
.0.37
58
8
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/165
4
/download")" && \
sha256sum -c <<< "
a0adf7c2798a82099b670bb05dba726d023b5a7c0f92ca79a316d031b8bb0421
base-2021102
4
.0.37
58
8.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
72e5f804
...
...
@@ -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/v2021102
3
.0.37
47
8
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/165
2
/download")" && \
sha256sum -c <<< "
5bf7eef3d891bcd428a0f678e7c00688d2a94af3936acc851e1c82dbdb47dd9e
base-devel-2021102
3
.0.37
47
8.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021102
4
.0.37
58
8
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/165
6
/download")" && \
sha256sum -c <<< "
784c056b32641c6c252eb0a453046c95789162b55d2ad136849d8e800c5bceac
base-devel-2021102
4
.0.37
58
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