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
9692f385
Commit
9692f385
authored
Jul 06, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210706.0.28362
parent
12ae1acc
Pipeline
#9453
passed with stages
in 1 minute and 36 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
9692f385
...
...
@@ -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
5
.0.283
00
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.283
00
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021070
6
.0.283
62
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/114
9
/download)" && \
sha256sum -c <<< "
2c317155f396b5a188f0449abd5d1cefdb2b20bc0f8d8b5caef8457d6851665b
base-2021070
6
.0.283
62
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
9692f385
...
...
@@ -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
5
.0.283
00
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/11
47
/download)" && \
sha256sum -c <<< "
5b7673aa83f7aeccac46257fe7a5ccee82c836b0b2d02c08332243950781f9a8
base-devel-2021070
5
.0.283
00
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021070
6
.0.283
62
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/11
51
/download)" && \
sha256sum -c <<< "
3808ef6d7d3253d0bd236b74d6456e97f03d1d08333a0f4a70c29424f3493e95
base-devel-2021070
6
.0.283
62
.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