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
becb5398
Commit
becb5398
authored
Oct 15, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211015.0.36588
parent
3959d6d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
becb5398
...
...
@@ -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
4
.0.365
42
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/161
0
/download")" && \
sha256sum -c <<< "
4d9db73ea1a7ee470666741e1cb3d0950da5ecffe97736b418ad54a156791615
base-2021101
4
.0.365
42
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021101
5
.0.365
88
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/161
4
/download")" && \
sha256sum -c <<< "
93f1aabb85c179ff575093574c1034442d61b9205d201be0c84e791284d1ab29
base-2021101
5
.0.365
88
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
becb5398
...
...
@@ -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
4
.0.365
42
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/161
2
/download")" && \
sha256sum -c <<< "2
d46f2d24ecc813fb29d8f0cf4de8f64086401f54407e50ab1e87b21fba50ffa
base-devel-2021101
4
.0.365
42
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021101
5
.0.365
88
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/161
6
/download")" && \
sha256sum -c <<< "2
8ab6d3ffd40a095bb72c80772f11ff175a2799c57cff959b576a01947c475b7
base-devel-2021101
5
.0.365
88
.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