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
e5c0b51c
Commit
e5c0b51c
authored
Feb 23, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220223.0.48671
parent
496a35e3
Pipeline
#16117
passed with stages
in 1 minute and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
e5c0b51c
...
...
@@ -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/v2022022
2
.0.486
03
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/212
0
/download")" && \
sha256sum -c <<< "
dd81559b142c6de1be103dcc323d0bdcfb1a94cb17d52412b0bc142443e2dd22
base-2022022
2
.0.486
03
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022022
3
.0.486
71
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/212
4
/download")" && \
sha256sum -c <<< "
c76d14a5c2487cc416cbdb5e557b4aa0bdf2e446b5b91bd63fce03ae802ef4a1
base-2022022
3
.0.486
71
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
e5c0b51c
...
...
@@ -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/v2022022
2
.0.486
03
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/212
2
/download")" && \
sha256sum -c <<< "
45103222e0337b4526f54ae4cf4d1389b6ba5b3faa8d22c005edda808421de6b
base-devel-2022022
2
.0.486
03
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022022
3
.0.486
71
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/212
6
/download")" && \
sha256sum -c <<< "
e7fc7e17593716bcf69ad98fee909498690423f01d7e935e94f56ed1ee1fdbc0
base-devel-2022022
3
.0.486
71
.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