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
94dee34f
Commit
94dee34f
authored
Feb 26, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210226.0.16241
parent
1741a8aa
Pipeline
#5396
passed with stages
in 1 minute and 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
94dee34f
...
...
@@ -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
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" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021022
6
.0.16
241
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/58
9
/download)" && \
sha256sum -c <<< "
1223a6750db414854f5630e7415fdaf0586d4a9f08821267ffcb728b2415d49d
base-2021022
6
.0.16
241
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
94dee34f
...
...
@@ -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
5
.0.16
132
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5
87
/download)" && \
sha256sum -c <<< "
d4ba76c84e465af69a24914f38a5164d4b7621350374f6d982f21ef6e355cdc6
base-devel-2021022
5
.0.16
132
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021022
6
.0.16
241
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5
91
/download)" && \
sha256sum -c <<< "
8c812adf69bf9b891fa3115121f9d88c227bad07f97ec923297c05134c427b9e
base-devel-2021022
6
.0.16
241
.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