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
b4bdc784
Commit
b4bdc784
authored
Mar 30, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220330.0.51569
parent
0d5e516d
Pipeline
#16821
passed with stages
in 1 minute and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
b4bdc784
...
...
@@ -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/v202203
29
.0.51
467
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/228
2
/download")" && \
sha256sum -c <<< "
0cdb54ddd259f1aeea60261d8f698a6c9926e649259a26846b8c0cb20c32cc13
base-202203
29
.0.51
467
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202203
30
.0.51
569
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/228
6
/download")" && \
sha256sum -c <<< "
446437c519142628b9d4dea742016e36f48cfc70fb0bce9c2c3f83e549e78310
base-202203
30
.0.51
569
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
b4bdc784
...
...
@@ -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/v202203
29
.0.51
467
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/228
4
/download")" && \
sha256sum -c <<< "
24235bbbfbba224239e4dda179cbd5fdaf3654dc9ff3477840ec8ef2a8a8344d
base-devel-202203
29
.0.51
467
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202203
30
.0.51
569
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/228
8
/download")" && \
sha256sum -c <<< "
72c8ac51ccdb0c5fb615c9647174360ea3038f325759268cae2046e796fb2087
base-devel-202203
30
.0.51
569
.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