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
8df3cb31
Commit
8df3cb31
authored
Aug 27, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210827.0.32558
parent
5901e984
Pipeline
#10671
passed with stages
in 1 minute and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
8df3cb31
...
...
@@ -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
6
.0.325
13
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
77
/download)" && \
sha256sum -c <<< "
7a3ae4153da8f7f066e17828c5b515c4ac88d28e535162e16772229e0e7ab0e4
base-2021082
6
.0.325
13
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021082
7
.0.325
58
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
81
/download)" && \
sha256sum -c <<< "
9a2a65503636f6ae9faad33d9fe4e8f06dca7721735b9e8030c81e3a68fa1669
base-2021082
7
.0.325
58
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
8df3cb31
...
...
@@ -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
6
.0.325
13
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
79
/download)" && \
sha256sum -c <<< "
5544ad0a222ec6c4eb84a02bc59a5efd90dc48066719dd9a159caafc6a46fa1c
base-devel-2021082
6
.0.325
13
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021082
7
.0.325
58
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
83
/download)" && \
sha256sum -c <<< "
10feba27ae4ec26051ef2ff35a11c4c4e39bcbff0bf640bc3b14661acbf16726
base-devel-2021082
7
.0.325
58
.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