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
3b5ca1e9
Commit
3b5ca1e9
authored
Aug 23, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210823.0.32144
parent
176b8f94
Pipeline
#10566
passed with stages
in 1 minute and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
3b5ca1e9
...
...
@@ -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
2
.0.32
072
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/136
1
/download)" && \
sha256sum -c <<< "f
3f9834729123c1f1ac926072db2b2713b6f883a3bc92dadcdf0c027d3321a9d
base-2021082
2
.0.32
072
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021082
3
.0.32
144
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/136
5
/download)" && \
sha256sum -c <<< "f
a91d72779d3624c56157c81fd453dd8fda281bd48ef26f92e73c72bce1bbe0a
base-2021082
3
.0.32
144
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
3b5ca1e9
...
...
@@ -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
2
.0.32
072
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/136
3
/download)" && \
sha256sum -c <<< "
331c90280d60bc457d8f33991f4b9d032eb08b9902154a9c55756857f91c9348
base-devel-2021082
2
.0.32
072
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021082
3
.0.32
144
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/136
7
/download)" && \
sha256sum -c <<< "
05af2dea16aba7854216b96da8f43c982bb22189978f4e6cf704f0cccde74742
base-devel-2021082
3
.0.32
144
.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