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
f2dfb0e5
Commit
f2dfb0e5
authored
Mar 31, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220331.0.51627
parent
b4bdc784
Pipeline
#16836
passed with stages
in 1 minute and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
f2dfb0e5
...
...
@@ -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/v2022033
0
.0.51
569
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/22
86
/download")" && \
sha256sum -c <<< "
446437c519142628b9d4dea742016e36f48cfc70fb0bce9c2c3f83e549e78310
base-2022033
0
.0.51
569
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022033
1
.0.51
627
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/22
90
/download")" && \
sha256sum -c <<< "
cc667adfea5036db526580264b6f5ffe3f00ba261011548e7a075ccab16878c1
base-2022033
1
.0.51
627
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
f2dfb0e5
...
...
@@ -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/v2022033
0
.0.51
569
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/22
88
/download")" && \
sha256sum -c <<< "
72c8ac51ccdb0c5fb615c9647174360ea3038f325759268cae2046e796fb2087
base-devel-2022033
0
.0.51
569
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022033
1
.0.51
627
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/22
92
/download")" && \
sha256sum -c <<< "
869c183904c20a790b6d0bd60c50709b3e7d338b1f80a804435f471914980fe8
base-devel-2022033
1
.0.51
627
.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