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
9e1b1a77
Commit
9e1b1a77
authored
Aug 25, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210825.0.32411
parent
1180e882
Pipeline
#10638
passed with stages
in 1 minute and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
9e1b1a77
...
...
@@ -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
4
.0.32
244
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
69
/download)" && \
sha256sum -c <<< "
79beb7449b442c31dd861d3376d5c0d337e9fd43e85946f67e74a0b882de9897
base-2021082
4
.0.32
244
.tar.xz" && \
# 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/13
73
/download)" && \
sha256sum -c <<< "
53b17e4fc92312bbb756c792a1907b3ba57a7aea11ffa2bbf535507311ed8dc5
base-2021082
5
.0.32
411
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
9e1b1a77
...
...
@@ -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
4
.0.32
244
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/137
1
/download)" && \
sha256sum -c <<< "
f5b3534c6edc27a4ae505348f85a497392381edb3347fbe25fa2e0d42828f0aa
base-devel-2021082
4
.0.32
244
.tar.xz" && \
# 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" && \
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