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
d89c332d
Commit
d89c332d
authored
Nov 20, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211120.0.39525
parent
a8e4804d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
d89c332d
...
...
@@ -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/v202111
19
.0.39
423
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
698
/download")" && \
sha256sum -c <<< "
1450f809611aa63c896c5deefe3a8e9a1a04cf9d85a6c40301431eb9fba0925e
base-202111
19
.0.39
423
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202111
20
.0.39
525
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
702
/download")" && \
sha256sum -c <<< "
937c31d4e2f4b597cb183286a1b8ce318a1e0aa9c6398b701f889f73b4a718e9
base-202111
20
.0.39
525
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
d89c332d
...
...
@@ -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/v202111
19
.0.39
423
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/170
0
/download")" && \
sha256sum -c <<< "
811be10f7da6fc921c2e066c0e6c608f04d429d8a289627a4769fb7ec8de0d3
1 base-devel-202111
19
.0.39
423
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202111
20
.0.39
525
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/170
4
/download")" && \
sha256sum -c <<< "
7cf98d36c996328eeb5389455f5fb1e12a6acf99b44b8b9fdae12781be79ee8
1 base-devel-202111
20
.0.39
525
.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