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
2bd0a841
Commit
2bd0a841
authored
Mar 03, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220303.0.49304
parent
af01dc3c
Pipeline
#16289
passed with stages
in 1 minute and 14 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
2bd0a841
...
...
@@ -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/v2022030
2
.0.49
253
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/21
5
6/download")" && \
sha256sum -c <<< "
c32480427b096d40f28ba10e9072fc918fba7c3991eda998b89c9b6e7741c8ea
base-2022030
2
.0.49
253
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022030
3
.0.49
304
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/216
0
/download")" && \
sha256sum -c <<< "
5da98b0e31655bc7a85a9610de8b4fe75c058e6324924eee9fecc99785244c69
base-2022030
3
.0.49
304
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
2bd0a841
...
...
@@ -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/v2022030
2
.0.49
253
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/21
58
/download")" && \
sha256sum -c <<< "
e033a48c4cd339cd2a22b01445688200d1f653f375be76f4949bf31fa3012e9f
base-devel-2022030
2
.0.49
253
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022030
3
.0.49
304
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/21
62
/download")" && \
sha256sum -c <<< "
4417880493d1126b23fa977a43c65590e0c8d8aaa20ddb231ab918496b998957
base-devel-2022030
3
.0.49
304
.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