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
e702c867
Commit
e702c867
authored
Mar 26, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210326.0.18073
parent
be649069
Pipeline
#5910
passed with stages
in 1 minute and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
e702c867
...
...
@@ -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/v2021032
5
.0.180
10
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/71
3
/download)" && \
sha256sum -c <<< "
0a072fef2d8baf8d7897b9d5ac5279c4f4aa8827a738315b20bd51f1fb5e01de
base-2021032
5
.0.180
10
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021032
6
.0.180
73
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/71
7
/download)" && \
sha256sum -c <<< "
b21d395ec9362c7f548fefed6bf26214893b001648c6438e5c2a1f9dd3657a4a
base-2021032
6
.0.180
73
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
e702c867
...
...
@@ -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/v2021032
5
.0.180
10
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/71
5
/download)" && \
sha256sum -c <<< "
471903a7f81a536768caaa01bcc37846e0d3ec7a442365d4c605ed41bf7ef1e3
base-devel-2021032
5
.0.180
10
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021032
6
.0.180
73
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/71
9
/download)" && \
sha256sum -c <<< "
8c5e029142c11340e52f70f3d41ed2a21f4ed201ec6c46a48961eee565acf26e
base-devel-2021032
6
.0.180
73
.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