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
efaee8cf
Commit
efaee8cf
authored
Sep 26, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210926.0.35054
parent
013d2d5f
Pipeline
#11424
passed with stages
in 1 minute and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
efaee8cf
...
...
@@ -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/v2021092
5
.0.3
4997
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/152
2
/download")" && \
sha256sum -c <<< "
c6e980a467842183fa08627f9065fb731a350a099491e8d271320d0a5f86dcc6
base-2021092
5
.0.3
4997
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021092
6
.0.3
5054
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/152
6
/download")" && \
sha256sum -c <<< "
5bbe5a73a2c9a15e2f6bda8fe485297179319fd7e76e17a36dc7f25ddfbfc504
base-2021092
6
.0.3
5054
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
efaee8cf
...
...
@@ -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/v2021092
5
.0.3
4997
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/152
4
/download")" && \
sha256sum -c <<< "
4ac5bc0d77e4836553ac3030a59fb0085d0d27993724c1c8ccd4ee90f6c1fea0
base-devel-2021092
5
.0.3
4997
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021092
6
.0.3
5054
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/152
8
/download")" && \
sha256sum -c <<< "
003a36e849f686468c6162a388fb4e1279286dfdf71c4839d002cb4f725f0ce3
base-devel-2021092
6
.0.3
5054
.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