Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
2f13f27a
Commit
2f13f27a
authored
Feb 01, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210201.0.14897
parent
10e506c7
Pipeline
#5053
passed with stages
in 2 minutes and 10 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
2f13f27a
...
...
@@ -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/v20210
13
1.0.148
02
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/47
3
/download)" && \
sha256sum -c <<< "
daba6e56de076488b931c1afa2b21a2fb12b8f8c6b06fa4d0f2d2c5047d25392
base-20210
13
1.0.148
02
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210
20
1.0.148
97
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/47
7
/download)" && \
sha256sum -c <<< "
1c4afc455eacc7759bb42cdc68904ab23d9ac800f23a16df6699fa861d9b6128
base-20210
20
1.0.148
97
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
2f13f27a
...
...
@@ -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/v20210
13
1.0.148
02
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/47
5
/download)" && \
sha256sum -c <<< "7
159d64b5a1bfdb4e9c3b3c59089431
1c
b
9c
ab81fd35390478498e61dafe77c4
base-devel-20210
13
1.0.148
02
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210
20
1.0.148
97
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/47
9
/download)" && \
sha256sum -c <<< "7
0a5e54a09971e858d
1c9c
61faedf82eb0cf4d93840ee7f127575d1ab15af94b
base-devel-20210
20
1.0.148
97
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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