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
1741a8aa
Commit
1741a8aa
authored
Feb 25, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210225.0.16132
parent
1a88c451
Pipeline
#5365
passed with stages
in 1 minute and 23 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
1741a8aa
...
...
@@ -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/v2021022
4
.0.16
091
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/58
1
/download)" && \
sha256sum -c <<< "
f41f80c8b0ece6914747ab70e5cb8bf2d407c01c786cf189b7c4f86965f4948c
base-2021022
4
.0.16
091
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021022
5
.0.16
132
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/58
5
/download)" && \
sha256sum -c <<< "
2f506faa3d2ced133545d8999d622e208a0c0e1a44c11037f1e0f513f5835dce
base-2021022
5
.0.16
132
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
1741a8aa
...
...
@@ -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/v2021022
4
.0.16
091
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/58
3
/download)" && \
sha256sum -c <<< "
33e953c0d0d04b306e85634f40bf90314767dbc8831615275d63b4
d9
6
2f
3f9e9
base-devel-2021022
4
.0.16
091
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021022
5
.0.16
132
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/58
7
/download)" && \
sha256sum -c <<< "
d4ba76c84e465af69a24914f38a5164d4b7621350374f6
d9
8
2f
21ef6e355cdc6
base-devel-2021022
5
.0.16
132
.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