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
b2947389
Commit
b2947389
authored
Feb 20, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210220.0.15876
parent
8360b8b6
Pipeline
#5301
passed with stages
in 1 minute and 29 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
b2947389
...
...
@@ -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/v202102
19
.0.158
29
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5
57
/download)" && \
sha256sum -c <<< "
5d7a749da9345b11b702c66b670a9c520f7b1dad6b678c03f5d4d2258da18d81
base-202102
19
.0.158
29
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202102
20
.0.158
76
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5
61
/download)" && \
sha256sum -c <<< "
f3f0f5349691047ef578c643dad75137da5ba14df7aa5b140b07f7a26323497d
base-202102
20
.0.158
76
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
b2947389
...
...
@@ -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/v202102
19
.0.158
29
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5
59
/download)" && \
sha256sum -c <<< "
d2a01def0c29ace13a544bafc3d0c15f91f4b9aa79210587c66204be94a9879f
base-devel-202102
19
.0.158
29
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202102
20
.0.158
76
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5
63
/download)" && \
sha256sum -c <<< "
b3bc423a42e6d8b0f4eb73e5314e172073635f193f8e6a090dd0b97d2d641ed1
base-devel-202102
20
.0.158
76
.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