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
224e909f
Commit
224e909f
authored
Aug 28, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210828.0.32600
parent
8df3cb31
Pipeline
#10680
passed with stages
in 1 minute and 21 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
224e909f
...
...
@@ -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
7
.0.32
558
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/138
1
/download)" && \
sha256sum -c <<< "
9a2a65503636f6ae9faad33d9fe4e8f06dca7721735b9e8030c81e3a68fa1669
base-2021082
7
.0.32
558
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021082
8
.0.32
600
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/138
5
/download)" && \
sha256sum -c <<< "
d24c9eb71dc1a5f13bdd028a5bd36659b107fb670a72a858d5a2155d385ea337
base-2021082
8
.0.32
600
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
224e909f
...
...
@@ -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
7
.0.32
558
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/138
3
/download)" && \
sha256sum -c <<< "
10feba27ae4ec26051ef2ff35a11c4c4e39bcbff0bf640bc3b14661acbf16726
base-devel-2021082
7
.0.32
558
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021082
8
.0.32
600
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/138
7
/download)" && \
sha256sum -c <<< "
94dd31df6b3e91f0c749ad446b40c94b700bedb32c00d293be3add99aa8ae2a5
base-devel-2021082
8
.0.32
600
.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