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
1d957814
Commit
1d957814
authored
Feb 25, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220225.0.48866
parent
73010f45
Pipeline
#16177
passed with stages
in 1 minute and 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
1d957814
...
...
@@ -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
4
.0.488
02
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/212
8
/download")" && \
sha256sum -c <<< "
aa32da5ccd570c2b098e531232096548d76c277ec95f49f86223138703a3f09a
base-2022022
4
.0.488
02
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022022
5
.0.488
66
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/21
3
2/download")" && \
sha256sum -c <<< "
e4f6133fff75ae56367b29c9d40acb397465c79ce31086871047cbce3850469c
base-2022022
5
.0.488
66
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
1d957814
...
...
@@ -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
4
.0.488
02
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/213
0
/download")" && \
sha256sum -c <<< "
e83bbbfd96e5a5f00108aedede6357e693fd999df7dfdd0e1b74e435263f7a5
8 base-devel-2022022
4
.0.488
02
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022022
5
.0.488
66
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/213
4
/download")" && \
sha256sum -c <<< "
3400c5d19531bcbf0a70b693b52835ddc0b1fad98f2615135b45104162b87cc
8 base-devel-2022022
5
.0.488
66
.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