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
da6426eb
Commit
da6426eb
authored
Jun 25, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210625.0.26969
parent
c68ba09b
Pipeline
#8959
passed with stages
in 1 minute and 24 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
da6426eb
...
...
@@ -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/v2021062
4
.0.26
82
9
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/109
3
/download)" && \
sha256sum -c <<< "
fe926e3a2f9be6a85bce75eeeec304c100a68eee30bd8aa3867d9d8cfe08f2f8
base-2021062
4
.0.26
82
9.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021062
5
.0.26
96
9
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/109
7
/download)" && \
sha256sum -c <<< "
bcce68d1655099289d4ccb2158fa536d8bf4c0c61f77e4b4e10b38786d85a803
base-2021062
5
.0.26
96
9.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
da6426eb
...
...
@@ -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/v2021062
4
.0.26
82
9
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/109
5
/download)" && \
sha256sum -c <<< "
89168aa1558239f68903a7e87ee4006b63e0e13f6059dfdcb2c1bacf026b2f0a
base-devel-2021062
4
.0.26
82
9.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021062
5
.0.26
96
9
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/109
9
/download)" && \
sha256sum -c <<< "
c546f6fb02af525af08694aa400739f9907b568c2cf94ba9bcccc6460d645f99
base-devel-2021062
5
.0.26
96
9.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