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
f78377a6
Commit
f78377a6
authored
Jan 28, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210128.0.14448
parent
1d16049a
Pipeline
#4892
passed with stages
in 2 minutes and 8 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
f78377a6
...
...
@@ -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
7
.0.14
397
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/45
3
/download)" && \
sha256sum -c <<< "
c76bc97ed0fd8e91663dbe23012e09006ecd7fde09ecffae5d7dd641871e4c7
b base-2021012
7
.0.14
397
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021012
8
.0.14
448
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/45
7
/download)" && \
sha256sum -c <<< "
b1f2816603a8852fbfe228c0498e9814eda20b410b5329d56b859933bd7b1f3
b base-2021012
8
.0.14
448
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
f78377a6
...
...
@@ -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
7
.0.14
397
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/45
5
/download)" && \
sha256sum -c <<< "
8cb041419f055773c9e36b732fda0086d7632cee83a5f757df99fe07d25a89b
4 base-devel-2021012
7
.0.14
397
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021012
8
.0.14
448
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/45
9
/download)" && \
sha256sum -c <<< "
6ebeaa3c801bd5de655b5afe310a6fc08feabe562951b487ff0194f2675b74a
4 base-devel-2021012
8
.0.14
448
.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