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
2da8d725
Commit
2da8d725
authored
Mar 27, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210327.0.18147
parent
e702c867
Pipeline
#5930
passed with stages
in 1 minute and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
2da8d725
...
...
@@ -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
6
.0.18
073
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/71
7
/download)" && \
sha256sum -c <<< "b
21d395ec9362c7f548fefed6bf26214893b001648c6438e5c2a1f9dd3657a4a
base-2021032
6
.0.18
073
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021032
7
.0.18
147
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/7
2
1/download)" && \
sha256sum -c <<< "b
6ad3cf03e09e77491a79eb8b9604092cfb8e63287c268743c9c5800e8ed4fa1
base-2021032
7
.0.18
147
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
2da8d725
...
...
@@ -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
6
.0.18
073
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/7
19
/download)" && \
sha256sum -c <<< "
8c5e029142c11340e52f70f3d41ed2a21f4ed201ec6c46a48961eee565acf26
e base-devel-2021032
6
.0.18
073
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021032
7
.0.18
147
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/7
23
/download)" && \
sha256sum -c <<< "
14b2751ea8aa79f764acf0779c155dbcc7e0b2ae990e9364177f7ddff3154e0
e base-devel-2021032
7
.0.18
147
.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