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
b40271e0
Commit
b40271e0
authored
Jan 19, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220119.0.44956
parent
86e31dcf
Pipeline
#15008
passed with stages
in 1 minute and 22 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
b40271e0
...
...
@@ -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/v2022011
8
.0.44
734
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/196
0
/download")" && \
sha256sum -c <<< "
36f6314ca07a40ff6c19775808935b4d5bb45d84bb8460acf36599c6d85a0ff1
base-2022011
8
.0.44
734
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022011
9
.0.44
956
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/196
4
/download")" && \
sha256sum -c <<< "
9ef374e39c322755ad035937e33259d4c6f05e2fd26304193f9d9bfe46e52e44
base-2022011
9
.0.44
956
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
b40271e0
...
...
@@ -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/v2022011
8
.0.44
734
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/196
2
/download")" && \
sha256sum -c <<< "
8c0bb031a1c26dec1cc2761fc72867b1717a28fc16d37c18af82a7cd6c9619f0
base-devel-2022011
8
.0.44
734
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022011
9
.0.44
956
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/196
6
/download")" && \
sha256sum -c <<< "
b11d98d819b20b999d99cf0af39b46e41eeaa73715669da3e6305df4878335f6
base-devel-2022011
9
.0.44
956
.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