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
3ba160f9
Commit
3ba160f9
authored
Nov 17, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211117.0.39286
parent
e3f76f04
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
3ba160f9
...
...
@@ -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/v2021111
6
.0.392
34
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/16
86
/download")" && \
sha256sum -c <<< "f
9b98d79552aacc5ab6443f7bfe672d0ff14f03a91386e1ea69d1bd8963ae81e
base-2021111
6
.0.392
34
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021111
7
.0.392
86
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/16
90
/download")" && \
sha256sum -c <<< "f
bb86b4c6cde5a0e826a51aa62d55783abec15086a90a595deda4d48ad74c700
base-2021111
7
.0.392
86
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
3ba160f9
...
...
@@ -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/v2021111
6
.0.392
34
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/16
88
/download")" && \
sha256sum -c <<< "
bd92b2468e9063244ac0f316e44807e7eaa8bc1cb37ccdebc68159299597c8a0
base-devel-2021111
6
.0.392
34
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021111
7
.0.392
86
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/16
92
/download")" && \
sha256sum -c <<< "
6ce58c77fa171c3c867abf9fceefec633ff3ea3a8814532f55158468c778fcb4
base-devel-2021111
7
.0.392
86
.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