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
6cad0a2b
Commit
6cad0a2b
authored
May 01, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210501.0.21232
parent
b870ca6e
Pipeline
#6850
passed with stages
in 1 minute and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
6cad0a2b
...
...
@@ -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/v20210
430
.0.21
077
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/84
5
/download)" && \
sha256sum -c <<< "
c7f99b37cebf21c72f8d5f65ebb2ef5b57b4a243eaae86d26edadacc576fcc94
base-20210
430
.0.21
077
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210
501
.0.21
232
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/84
9
/download)" && \
sha256sum -c <<< "
e13d6072f49299af9afac6942b8a2266e7d1deb4e0e7dc23b907cef25aa8e40e
base-20210
501
.0.21
232
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
6cad0a2b
...
...
@@ -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/v20210
430
.0.21
077
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/8
47
/download)" && \
sha256sum -c <<< "
c77e1c692c7e1f13a825c155ca80a489a29b025d4397eb3e411738294a2f8f86
base-devel-20210
430
.0.21
077
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210
501
.0.21
232
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/8
51
/download)" && \
sha256sum -c <<< "
5af53cdb883b5f4a4e8d55d2d4cf9eb494a9fb0b588d35e995f2dabaebbbecf2
base-devel-20210
501
.0.21
232
.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