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
bd12e0c2
Commit
bd12e0c2
authored
Oct 11, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211011.0.36395
parent
f139b97c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
bd12e0c2
...
...
@@ -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
0
.0.363
34
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/159
4
/download")" && \
sha256sum -c <<< "
5d4ec22b9a725dd3bd9ccf2233116b8eef4c16a76900c68d16d2b66662309a62
base-2021101
0
.0.363
34
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021101
1
.0.363
95
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/159
8
/download")" && \
sha256sum -c <<< "
715bbae3c79da30a1f042ec9ee0cdef393697d5c58e1c876df3fac375b879776
base-2021101
1
.0.363
95
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
bd12e0c2
...
...
@@ -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
0
.0.363
34
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
596
/download")" && \
sha256sum -c <<< "
67ecec6c1150b39c358c709a0bfba30decde3d1fedefafe21d4caaf46b2e7ba9
base-devel-2021101
0
.0.363
34
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021101
1
.0.363
95
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
600
/download")" && \
sha256sum -c <<< "
a6920e28fa86e498981d737ae003e27ed6b033fe4db030b17dd09687a2226b91
base-devel-2021101
1
.0.363
95
.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