Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
5901e984
Commit
5901e984
authored
Aug 26, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210826.0.32513
parent
9e1b1a77
Pipeline
#10661
passed with stages
in 1 minute and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
5901e984
...
...
@@ -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/v2021082
5
.0.32
411
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/137
3
/download)" && \
sha256sum -c <<< "
53b17e4fc92312bbb756c792a1907b3ba57a7aea11ffa2bbf535507311ed8dc5
base-2021082
5
.0.32
411
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021082
6
.0.32
513
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/137
7
/download)" && \
sha256sum -c <<< "
7a3ae4153da8f7f066e17828c5b515c4ac88d28e535162e16772229e0e7ab0e4
base-2021082
6
.0.32
513
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
5901e984
...
...
@@ -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/v2021082
5
.0.32
411
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/137
5
/download)" && \
sha256sum -c <<< "
e927092cf2d12c90a4d2879de10142ea3e9150d473d47f328bec17625d3bf2ee
base-devel-2021082
5
.0.32
411
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021082
6
.0.32
513
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/137
9
/download)" && \
sha256sum -c <<< "
5544ad0a222ec6c4eb84a02bc59a5efd90dc48066719dd9a159caafc6a46fa1c
base-devel-2021082
6
.0.32
513
.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