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
5a4b7730
Commit
5a4b7730
authored
Feb 10, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210210.0.15327
parent
b706b887
Pipeline
#5159
passed with stages
in 2 minutes and 13 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
5a4b7730
...
...
@@ -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/v2021020
9
.0.15
296
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/51
3
/download)" && \
sha256sum -c <<< "
2bda3d6
5812
a9a45de6eaacb9e2c6c7f398569f0c08257b903a5fe887699b1fb
base-2021020
9
.0.15
296
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202102
1
0.0.15
327
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/51
7
/download)" && \
sha256sum -c <<< "
4
58
0
12
d8742b02685133fd196e1f74b8ee564e533cdd4f5f7c4caf32c0ad5a11
base-202102
1
0.0.15
327
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
5a4b7730
...
...
@@ -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/v2021020
9
.0.15
296
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/51
5
/download)" && \
sha256sum -c <<< "
74b7f97cc78adcff844e3f7afeb8098f24efc84e04225b0015a98a1a2000fd7b
base-devel-2021020
9
.0.15
296
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202102
1
0.0.15
327
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/51
9
/download)" && \
sha256sum -c <<< "
cb4e76dd82f557b30793770053f3f3866f2bc661a78d96cd7f6fd546f2a81a36
base-devel-202102
1
0.0.15
327
.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