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
af01dc3c
Commit
af01dc3c
authored
Mar 02, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220302.0.49253
parent
89783f1d
Pipeline
#16278
passed with stages
in 1 minute and 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
af01dc3c
...
...
@@ -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
1
.0.49
156
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/215
2
/download")" && \
sha256sum -c <<< "c
2c40e36b15729dd0921b71583a98619fdc69062dfc7109eaab59cda574f3442
base-2022030
1
.0.49
156
.tar.xz" && \
# 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/215
6
/download")" && \
sha256sum -c <<< "c
32480427b096d40f28ba10e9072fc918fba7c3991eda998b89c9b6e7741c8ea
base-2022030
2
.0.49
253
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
af01dc3c
...
...
@@ -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
1
.0.49
156
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/215
4
/download")" && \
sha256sum -c <<< "
6a353a3fabb73171f65de36c9fe6c4244388993b81d9769d003baec79a366948
base-devel-2022030
1
.0.49
156
.tar.xz" && \
# 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/215
8
/download")" && \
sha256sum -c <<< "
e033a48c4cd339cd2a22b01445688200d1f653f375be76f4949bf31fa3012e9f
base-devel-2022030
2
.0.49
253
.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