Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
3a715648
Commit
3a715648
authored
Jan 13, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220113.0.44115
parent
f033748f
Pipeline
#14660
passed with stages
in 1 minute and 19 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
3a715648
...
...
@@ -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
2
.0.44
010
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/19
38
/download")" && \
sha256sum -c <<< "
ea85f29cdac509850ac760502e7864645141373e2ee6c2a6eaf87164f10b732b
base-2022011
2
.0.44
010
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022011
3
.0.44
115
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/19
42
/download")" && \
sha256sum -c <<< "
b3f8ff18b8877bfb6ec6095e5ba20fa872a2b5cc0fb02c8524bd1d0256219ba0
base-2022011
3
.0.44
115
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
3a715648
...
...
@@ -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
2
.0.44
010
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/194
0
/download")" && \
sha256sum -c <<< "
e50f5775140ef8972c36f6e7e24b140a1791503b38d70b9c6231120d85d6855f
base-devel-2022011
2
.0.44
010
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022011
3
.0.44
115
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/194
4
/download")" && \
sha256sum -c <<< "
df0dce3cec2f656bd2e1705443eafcbfdee3b669f3669706f86e154f99fbd5c0
base-devel-2022011
3
.0.44
115
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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