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
dc9355a1
Commit
dc9355a1
authored
Apr 01, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220401.0.51724
parent
f2dfb0e5
Pipeline
#16865
passed with stages
in 1 minute and 10 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
dc9355a1
...
...
@@ -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/v20220
33
1.0.51
627
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/229
0
/download")" && \
sha256sum -c <<< "
cc667adfea5036db526580264b6f5ffe3f00ba261011548e7a075ccab16878c1
base-20220
33
1.0.51
627
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220
40
1.0.51
724
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/229
4
/download")" && \
sha256sum -c <<< "
8714cb901a7df15e17074bc27020d264308d6de88b499959b0c2fcb9a5f88d36
base-20220
40
1.0.51
724
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
dc9355a1
...
...
@@ -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/v20220
33
1.0.51
627
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/229
2
/download")" && \
sha256sum -c <<< "
869c183904c20a790b6d0bd60c50709b3e7d338b1f80a804435f471914980fe8
base-devel-20220
33
1.0.51
627
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220
40
1.0.51
724
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/229
6
/download")" && \
sha256sum -c <<< "
79806cfa96e646787198b6a01ec0919923424adcd69bb310535abb001d5e64bd
base-devel-20220
40
1.0.51
724
.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