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
8360b8b6
Commit
8360b8b6
authored
Feb 19, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210219.0.15829
parent
71c6836f
Pipeline
#5286
passed with stages
in 1 minute and 31 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
8360b8b6
...
...
@@ -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/v2021021
8
.0.15
787
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/55
3
/download)" && \
sha256sum -c <<< "
c42e7ca3f18fe19adb6a5fb089bb16f234ef9bffe62b4b495def7d0316c5993
1 base-2021021
8
.0.15
787
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021021
9
.0.15
829
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/55
7
/download)" && \
sha256sum -c <<< "
5d7a749da9345b11b702c66b670a9c520f7b1dad6b678c03f5d4d2258da18d8
1 base-2021021
9
.0.15
829
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
8360b8b6
...
...
@@ -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/v2021021
8
.0.15
787
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/55
5
/download)" && \
sha256sum -c <<< "
668bed05f20a428c4ba6ee812cae8c4ba16f3e3cd8a5ff103e12eccbae46a24
f base-devel-2021021
8
.0.15
787
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021021
9
.0.15
829
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/55
9
/download)" && \
sha256sum -c <<< "
d2a01def0c29ace13a544bafc3d0c15f91f4b9aa79210587c66204be94a9879
f base-devel-2021021
9
.0.15
829
.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