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
1d16049a
Commit
1d16049a
authored
Jan 27, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210127.0.14397
parent
c2950160
Pipeline
#4869
passed with stages
in 2 minutes and 14 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
1d16049a
...
...
@@ -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
6
.0.143
10
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4
49
/download)" && \
sha256sum -c <<< "
b302343510ac1462ab8ea503a78f81b313cf43d546465da0557b83ec00617522
base-2021012
6
.0.143
10
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021012
7
.0.143
97
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4
53
/download)" && \
sha256sum -c <<< "
c76bc97ed0fd8e91663dbe23012e09006ecd7fde09ecffae5d7dd641871e4c7b
base-2021012
7
.0.143
97
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
1d16049a
...
...
@@ -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
6
.0.143
10
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/45
1
/download)" && \
sha256sum -c <<< "
d99de01b22867404e5942
b7
1
32
9e4f9e43ad5b70d3c4f315a43a7891693aac01
base-devel-2021012
6
.0.143
10
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021012
7
.0.143
97
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/45
5
/download)" && \
sha256sum -c <<< "
8cb041419f055773c9e36
b732
fda0086d7632cee83a5f757df99fe07d25a89b4
base-devel-2021012
7
.0.143
97
.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