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
877993dc
Commit
877993dc
authored
Apr 06, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220406.0.52151
parent
3f360467
Pipeline
#16976
passed with stages
in 1 minute and 10 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
877993dc
...
...
@@ -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/v2022040
5
.0.52
06
1
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/231
4
/download")" && \
sha256sum -c <<< "
bae09f4ff3a000042ab17b99e9dbdbc4f331af86313146803eb2be32043dffd2
base-2022040
5
.0.52
06
1.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022040
6
.0.52
15
1
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/231
8
/download")" && \
sha256sum -c <<< "
c8af5554dac6b9cb7e7623e6c01f4a86ce027cef17469582c2f132baa5b4e371
base-2022040
6
.0.52
15
1.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
877993dc
...
...
@@ -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/v2022040
5
.0.52
06
1
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/23
16
/download")" && \
sha256sum -c <<< "
f8643ec541ec515ac8c45cfec4b524e817ca593bc713f1eab0d9d8e89daf75a6
base-devel-2022040
5
.0.52
06
1.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022040
6
.0.52
15
1
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/23
20
/download")" && \
sha256sum -c <<< "
39bbc7593a3eea3a20914963cfd984f577dcf78961fef307e67b480c38aa6eb5
base-devel-2022040
6
.0.52
15
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