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
237241da
Commit
237241da
authored
Mar 04, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210304.0.16542
parent
e427d45a
Pipeline
#5479
passed with stages
in 1 minute and 26 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
237241da
...
...
@@ -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/v2021030
3
.0.165
11
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/61
3
/download)" && \
sha256sum -c <<< "e
a77cc29f882ecd2448ea85a9b01d123ae509b341204548606284d4f216d0e0b
base-2021030
3
.0.165
11
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021030
4
.0.165
42
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/61
7
/download)" && \
sha256sum -c <<< "e
1a972298783a5a228b3c3fb53e1e8b319476129a256a9f7e1e627ec9cf62785
base-2021030
4
.0.165
42
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
237241da
...
...
@@ -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/v2021030
3
.0.165
11
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/61
5
/download)" && \
sha256sum -c <<< "
5772a1f6cd3a0628e091f8533784b49c45b3e75e5b52417adaca1e0c52289a22
base-devel-2021030
3
.0.165
11
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021030
4
.0.165
42
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/61
9
/download)" && \
sha256sum -c <<< "
ef7ffc073b62dd33ec3ace59fb35b14ebeba5644ef3c5ad7e56cd74fb58ab978
base-devel-2021030
4
.0.165
42
.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