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
4923d8b8
Commit
4923d8b8
authored
Jul 16, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210716.0.29232
parent
4545d490
Pipeline
#9727
passed with stages
in 1 minute and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
4923d8b8
...
...
@@ -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/v2021071
5
.0.29
157
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/11
8
9/download)" && \
sha256sum -c <<< "
e387be7b8f959df1bb440f29281a3ed2cb3dd04f4c85b7da90bf9dd90ab55d74
base-2021071
5
.0.29
157
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021071
6
.0.29
232
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/119
3
/download)" && \
sha256sum -c <<< "
14e98cc142dd9a63029aa60412f98ebf07e62b934d57d3c80f1dc7955921c33b
base-2021071
6
.0.29
232
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
4923d8b8
...
...
@@ -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/v2021071
5
.0.29
157
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/119
1
/download)" && \
sha256sum -c <<< "
67a05c9d339a63879736234d5199c06c8ec43c3d7d08225b6168011518835944
base-devel-2021071
5
.0.29
157
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021071
6
.0.29
232
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/119
5
/download)" && \
sha256sum -c <<< "
83c44a1f6136c440fa250c7882f5c5c2260ebc38864b16fd4fb756eec3366fc2
base-devel-2021071
6
.0.29
232
.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