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
e9ece211
Commit
e9ece211
authored
Mar 17, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210317.0.17479
parent
8538be9f
Pipeline
#5755
passed with stages
in 1 minute and 21 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
e9ece211
...
...
@@ -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/v2021031
6
.0.174
3
9
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/67
3
/download)" && \
sha256sum -c <<< "
a462ca1f28fe489f43f4b61c3a954d0cda783bd1906b07260832af73bd7e7925
base-2021031
6
.0.174
3
9.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021031
7
.0.174
7
9
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/67
7
/download)" && \
sha256sum -c <<< "
37f7b345a7fcca9d386cf9a1c9f6417fd26e11da5650b0905fe3e5c8013e14ee
base-2021031
7
.0.174
7
9.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
e9ece211
...
...
@@ -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/v2021031
6
.0.174
3
9
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/67
5
/download)" && \
sha256sum -c <<< "
8b029e7dcb65d56edaa3c2
42
4
1d
f8892d7f5d1644ee20a1ac7e03650be24e1b8
base-devel-2021031
6
.0.174
3
9.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021031
7
.0.174
7
9
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/67
9
/download)" && \
sha256sum -c <<< "
56e1c9e9ac358b0d881e153ed6a9e9cf9d0c0
421d
b135b90d74d2d31267b5741
base-devel-2021031
7
.0.174
7
9.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