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
3300367f
Commit
3300367f
authored
May 02, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210502.0.21321
parent
6cad0a2b
Pipeline
#6883
passed with stages
in 1 minute and 22 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
3300367f
...
...
@@ -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/v2021050
1
.0.21
2
32
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/8
49
/download)" && \
sha256sum -c <<< "
e13d6072f49299af9afac6942b8a2266e7d1deb4e0e7dc23b907cef25aa8e40e
base-2021050
1
.0.21
2
32.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021050
2
.0.2132
1
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/8
53
/download)" && \
sha256sum -c <<< "
7a0e7ccd68bbcf3426492907c05e69f9cf891e74858055bb0d07a12c9fff4a12
base-2021050
2
.0.2132
1
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
3300367f
...
...
@@ -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/v2021050
1
.0.21
2
32
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/85
1
/download)" && \
sha256sum -c <<< "
5af53cdb883b5f4a4e8d55d2d4cf9eb494a9fb0b588d35e995f2dabaebbbecf2
base-devel-2021050
1
.0.21
2
32.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021050
2
.0.2132
1
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/85
5
/download)" && \
sha256sum -c <<< "
a8a14c239c7b3d3ce392f343397880a90c2c7be0ee065a421c8c492b7d8ea407
base-devel-2021050
2
.0.2132
1
.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