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
c2950160
Commit
c2950160
authored
Jan 26, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210126.0.14310
parent
9e5bd47c
Pipeline
#4829
passed with stages
in 2 minutes and 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
c2950160
...
...
@@ -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/v2021012
5
.0.14
256
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/44
5
/download)" && \
sha256sum -c <<< "
08f75c2057897d8e33190a52c6d89e53b1
78
5
8131
4efe36a3e1be7006c825caa
base-2021012
5
.0.14
256
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021012
6
.0.14
310
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/44
9
/download)" && \
sha256sum -c <<< "
b302343510ac1462ab8ea503a
78
f
81
b
31
3cf43d546465da0557b83ec00617522
base-2021012
6
.0.14
310
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
c2950160
...
...
@@ -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/v2021012
5
.0.14
256
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4
47
/download)" && \
sha256sum -c <<< "d
af932141f4473140d75a956bad5497629fe71692ad35df15cbea34af39225a0
base-devel-2021012
5
.0.14
256
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021012
6
.0.14
310
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4
51
/download)" && \
sha256sum -c <<< "d
99de01b22867404e5942b71329e4f9e43ad5b70d3c4f315a43a7891693aac01
base-devel-2021012
6
.0.14
310
.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