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
43fd5eec
Commit
43fd5eec
authored
Sep 08, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210908.0.33927
parent
2b736cc8
Pipeline
#11055
passed with stages
in 1 minute and 31 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
43fd5eec
...
...
@@ -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/v2021090
7
.0.33
865
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/145
4
/download)" && \
sha256sum -c <<< "
08340ddb4dbfd5b882f123b33e5f09fc5744967d3c5d05a73d735da045dbb9ae
base-2021090
7
.0.33
865
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021090
8
.0.33
927
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/145
8
/download)" && \
sha256sum -c <<< "
c40e7ac01ce50e90332c452a03d2a78b0e7b817fd02a28f2be8bbe7add00a811
base-2021090
8
.0.33
927
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
43fd5eec
...
...
@@ -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/v2021090
7
.0.33
865
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/14
5
6/download)" && \
sha256sum -c <<< "
e5c6ee192de8d23
a48a
23962c69ef9a407268f9a9987cf803d2049c73ce03e44
base-devel-2021090
7
.0.33
865
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021090
8
.0.33
927
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/146
0
/download)" && \
sha256sum -c <<< "
97d2b2f4faa9
a4
3
8a
890f925edf66103c697927837fea1d23857608b07832d98
base-devel-2021090
8
.0.33
927
.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