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
aea7b5c3
Commit
aea7b5c3
authored
Oct 13, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211013.0.36499
parent
84111803
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
aea7b5c3
...
...
@@ -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
2
.0.364
44
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/160
2
/download")" && \
sha256sum -c <<< "
a783c721cb8fa1e805e487d7a133a3372fae67bd5b727b369a4a54e3af2630f2
base-2021101
2
.0.364
44
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021101
3
.0.364
99
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/160
6
/download")" && \
sha256sum -c <<< "
96873bedf986af66d6f6a1c373c65797d67f7f419b807af82d2d86c711bc97ee
base-2021101
3
.0.364
99
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
aea7b5c3
...
...
@@ -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
2
.0.364
44
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/160
4
/download")" && \
sha256sum -c <<< "
17a5af3e4319b2211e5f3c61f38c3fc9ae0a69b9201e335dc4fd13ac863cc70f
base-devel-2021101
2
.0.364
44
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021101
3
.0.364
99
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/160
8
/download")" && \
sha256sum -c <<< "
23fdaa23b5b6de3cfce26401467ea2ff1000ad8fcab64fd16b7a9670f56b0e0e
base-devel-2021101
3
.0.364
99
.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