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
176b8f94
Commit
176b8f94
authored
Aug 22, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210822.0.32072
parent
ccc008a7
Pipeline
#10542
passed with stages
in 1 minute and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
176b8f94
...
...
@@ -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/v20210822.0.320
33
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
57
/download)" && \
sha256sum -c <<< "
80d4a33b09edfd572bf0c13a8f1a05c206550c6b52f6628f794e1ce8e32d1c55
base-20210822.0.320
33
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210822.0.320
72
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
61
/download)" && \
sha256sum -c <<< "
f3f9834729123c1f1ac926072db2b2713b6f883a3bc92dadcdf0c027d3321a9d
base-20210822.0.320
72
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
176b8f94
...
...
@@ -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/v20210822.0.320
33
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
59
/download)" && \
sha256sum -c <<< "
d66de53316c7d9ffbcbfee6e727a
b903
53fa41b1670d93f4103c5f1caa950b9c
base-devel-20210822.0.320
33
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210822.0.320
72
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
63
/download)" && \
sha256sum -c <<< "
331c90280d60bc457d8f33991f4
b9
d
03
2eb08b9902154a9c55756857f91c9348
base-devel-20210822.0.320
72
.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