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
e1c0192c
Commit
e1c0192c
authored
Feb 21, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220221.0.48543
parent
2ee91ada
Pipeline
#16082
passed with stages
in 1 minute and 23 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
e1c0192c
...
...
@@ -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
0
.0.48
445
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/211
2
/download")" && \
sha256sum -c <<< "
60d33e29dc48f14841326559ebd72e54d86e6d327193f6a2c2ba9e333a695872
base-2022022
0
.0.48
445
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022022
1
.0.48
543
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/211
6
/download")" && \
sha256sum -c <<< "
a49694f6b042182dc27321b640564ada9cde6a4557684917a8a9df78a64b3ec0
base-2022022
1
.0.48
543
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
e1c0192c
...
...
@@ -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
0
.0.48
445
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/211
4
/download")" && \
sha256sum -c <<< "
bc759be84e8f3388415490850d0610de103d0dd450de360585754a168339239b
base-devel-2022022
0
.0.48
445
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022022
1
.0.48
543
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/211
8
/download")" && \
sha256sum -c <<< "
48560a89abfe6b00c06a2670ca7ddfb72563d36e8a635fb4d0f16d3f604b4b73
base-devel-2022022
1
.0.48
543
.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