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
c5fc33e3
Commit
c5fc33e3
authored
Aug 29, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210829.0.32635
parent
224e909f
Pipeline
#10693
passed with stages
in 1 minute and 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
c5fc33e3
...
...
@@ -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
8
.0.326
00
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.326
00
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021082
9
.0.326
35
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/138
9
/download)" && \
sha256sum -c <<< "
012d60e317191e84fafb281b09c8aa3e945feefba5387e1f7b6051e20b40e56a
base-2021082
9
.0.326
35
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
c5fc33e3
...
...
@@ -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
8
.0.326
00
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
87
/download)" && \
sha256sum -c <<< "
94dd31df6b3e91f0c749ad446b40c94b700bedb32c00d293be3add99aa8
ae
2
a5 base-devel-2021082
8
.0.326
00
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021082
9
.0.326
35
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
91
/download)" && \
sha256sum -c <<< "
e3c09df22edf6eef85de0e0f804a289461da567decbc1e42dad3e
aea5
ba73341
base-devel-2021082
9
.0.326
35
.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