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
9e5bd47c
Commit
9e5bd47c
authored
Jan 25, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210125.0.14256
parent
0f31c271
Pipeline
#4808
passed with stages
in 2 minutes and 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
9e5bd47c
...
...
@@ -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
4
.0.142
19
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/44
1
/download)" && \
sha256sum -c <<< "0
14534ddcebb24f211344cd8b2e13a77f291650bcd9cb6348adbc89296c8f0d4
base-2021012
4
.0.142
19
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021012
5
.0.142
56
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/44
5
/download)" && \
sha256sum -c <<< "0
8f75c2057897d8e33190a52c6d89e53b178581314efe36a3e1be7006c825caa
base-2021012
5
.0.142
56
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
9e5bd47c
...
...
@@ -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
4
.0.142
19
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/44
3
/download)" && \
sha256sum -c <<< "
2514ade8e420c105d007f7716cd2a371c04ae68cf4c9475b707e88d37f9910c6
base-devel-2021012
4
.0.142
19
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021012
5
.0.142
56
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/44
7
/download)" && \
sha256sum -c <<< "
daf932141f4473140d75a956bad5497629fe71692ad35df15cbea34af39225a0
base-devel-2021012
5
.0.142
56
.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