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
ccc008a7
Commit
ccc008a7
authored
Aug 22, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210822.0.32033
parent
38273c1f
Pipeline
#10536
passed with stages
in 1 minute and 21 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
ccc008a7
...
...
@@ -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
1
.0.3
199
3
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/135
3
/download)" && \
sha256sum -c <<< "
58162acef41697927ad44cd1e91272991c9b3da4f3fc7a986c17b0ef3f1bc7ef
base-2021082
1
.0.3
199
3.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021082
2
.0.3
203
3
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/135
7
/download)" && \
sha256sum -c <<< "
80d4a33b09edfd572bf0c13a8f1a05c206550c6b52f6628f794e1ce8e32d1c55
base-2021082
2
.0.3
203
3.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
ccc008a7
...
...
@@ -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
1
.0.3
199
3
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/135
5
/download)" && \
sha256sum -c <<< "66
2907ab9c93235ebc88f8f7a769a6ad4247914d1fc315623a329adc7a702488
base-devel-2021082
1
.0.3
199
3.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021082
2
.0.3
203
3
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/135
9
/download)" && \
sha256sum -c <<< "
d
66
de53316c7d9ffbcbfee6e727ab90353fa41b1670d93f4103c5f1caa950b9c
base-devel-2021082
2
.0.3
203
3.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