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
12ae1acc
Commit
12ae1acc
authored
Jul 05, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210705.0.28300
parent
47acc187
Pipeline
#9435
passed with stages
in 1 minute and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
12ae1acc
...
...
@@ -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/v2021070
4
.0.28
198
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/114
1
/download)" && \
sha256sum -c <<< "
c7cefe2c2d99876e861dc493f41bfba43c5b94845f6df6be70c1d15ec2ec2896
base-2021070
4
.0.28
198
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021070
5
.0.28
300
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/114
5
/download)" && \
sha256sum -c <<< "
d348d7ef910e92412e9bd161d3095b963b979ed8d2dee15d3e574117280114b3
base-2021070
5
.0.28
300
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
12ae1acc
...
...
@@ -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/v2021070
4
.0.28
198
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/114
3
/download)" && \
sha256sum -c <<< "
407c0d5857c2f5e384c4f29861c47074ce0139efe4539ef7a25f6d3f0ef4a837
base-devel-2021070
4
.0.28
198
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021070
5
.0.28
300
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/114
7
/download)" && \
sha256sum -c <<< "
5b7673aa83f7aeccac46257fe7a5ccee82c836b0b2d02c08332243950781f9a8
base-devel-2021070
5
.0.28
300
.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