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
84111803
Commit
84111803
authored
Oct 12, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211012.0.36444
parent
bd12e0c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
84111803
...
...
@@ -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
1
.0.36
395
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
598
/download")" && \
sha256sum -c <<< "
715bbae3c79da30a1f042ec9ee0cdef393697d5c58e1c876df3fac375b879776
base-2021101
1
.0.36
395
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021101
2
.0.36
444
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
602
/download")" && \
sha256sum -c <<< "
a783c721cb8fa1e805e487d7a133a3372fae67bd5b727b369a4a54e3af2630f2
base-2021101
2
.0.36
444
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
84111803
...
...
@@ -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
1
.0.36
395
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/160
0
/download")" && \
sha256sum -c <<< "
a6920e28fa86e498981d737ae003e27ed6b033fe4db030b17dd09687a2226b91
base-devel-2021101
1
.0.36
395
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021101
2
.0.36
444
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.36
444
.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