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
1180e882
Commit
1180e882
authored
Aug 24, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210824.0.32244
parent
3b5ca1e9
Pipeline
#10604
passed with stages
in 1 minute and 26 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
1180e882
...
...
@@ -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
3
.0.32
1
44
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/136
5
/download)" && \
sha256sum -c <<< "
fa91d72779d3624c56157c81fd453dd8fda281bd48ef26f92e73c72bce1bbe0a
base-2021082
3
.0.32
1
44.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021082
4
.0.32
2
44
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/136
9
/download)" && \
sha256sum -c <<< "
79beb7449b442c31dd861d3376d5c0d337e9fd43e85946f67e74a0b882de9897
base-2021082
4
.0.32
2
44.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
1180e882
...
...
@@ -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
3
.0.32
1
44
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
6
7/download)" && \
sha256sum -c <<< "
05af2dea16aba7854216b96da8f43c982bb22189978f4e6cf704f0cccde74742
base-devel-2021082
3
.0.32
1
44.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021082
4
.0.32
2
44
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
2
44.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