Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
3c62a45a
Commit
3c62a45a
authored
Jul 10, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210710.0.28688
parent
0ac781b3
Pipeline
#9562
passed with stages
in 1 minute and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
3c62a45a
...
...
@@ -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/v2021070
9
.0.286
21
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/116
1
/download)" && \
sha256sum -c <<< "
83eba7dc4fe2a79114ef386da66100ab166dc541c2e18e3a4a09c19058c6b0a1
base-2021070
9
.0.286
21
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202107
1
0.0.286
88
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/116
5
/download)" && \
sha256sum -c <<< "
032fc7567a669ebcb78caa3bda100745a0e5b5b9b3e7a97860860074c6f96195
base-202107
1
0.0.286
88
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
3c62a45a
...
...
@@ -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/v2021070
9
.0.286
21
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/116
3
/download)" && \
sha256sum -c <<< "
05ea468f60d6a8e7b7647ab5288d6ed48794f1a5edf0f6a8d09383332e9baadb
base-devel-2021070
9
.0.286
21
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202107
1
0.0.286
88
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/116
7
/download)" && \
sha256sum -c <<< "
d837625f0934c0e0d0de3bdf556670035861fb2c3b245b13229979556b85f261
base-devel-202107
1
0.0.286
88
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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