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
4545d490
Commit
4545d490
authored
Jul 15, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210715.0.29157
parent
2367463b
Pipeline
#9705
passed with stages
in 1 minute and 21 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
4545d490
...
...
@@ -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
4
.0.29
089
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/118
5
/download)" && \
sha256sum -c <<< "
ae5ba09461690ad7781704516f41cfdb5262c4b49c035647cd5ec65d41b8f52f
base-2021071
4
.0.29
089
.tar.xz" && \
# 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/118
9
/download)" && \
sha256sum -c <<< "
e387be7b8f959df1bb440f29281a3ed2cb3dd04f4c85b7da90bf9dd90ab55d74
base-2021071
5
.0.29
157
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
4545d490
...
...
@@ -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
4
.0.29
089
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/11
87
/download)" && \
sha256sum -c <<< "
907926b9ea88e075b48bb720196975bbf7c8a52d6e283e5b9adf145e1ed62d68
base-devel-2021071
4
.0.29
089
.tar.xz" && \
# 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
91
/download)" && \
sha256sum -c <<< "
67a05c9d339a63879736234d5199c06c8ec43c3d7d08225b6168011518835944
base-devel-2021071
5
.0.29
157
.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