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
5235782a
Commit
5235782a
authored
Feb 09, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220209.0.47368
parent
c32d851d
Pipeline
#15745
passed with stages
in 1 minute and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
5235782a
...
...
@@ -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/v2022020
8
.0.47
221
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
5
6/download")" && \
sha256sum -c <<< "
702ccdf67303496130a404afc9f5ede5ac94d86cf69c33168ddb579cde03f10d
base-2022020
8
.0.47
221
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022020
9
.0.47
368
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/206
0
/download")" && \
sha256sum -c <<< "
cab4c3d36210e578bb5e9d00f87fa6eae3c8c6d64f7ea2d059d9aa1f2ba1de63
base-2022020
9
.0.47
368
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
5235782a
...
...
@@ -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/v2022020
8
.0.47
221
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
58
/download")" && \
sha256sum -c <<< "
5a4bdf13e6fd9bba24d4882e4bd7334b5449d2b541c230220d9a21fc01e8c254
base-devel-2022020
8
.0.47
221
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022020
9
.0.47
368
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
62
/download")" && \
sha256sum -c <<< "
4e6336ccda1991f380000281fedb16d8b169d7afc86e68a26d7233ec985ec878
base-devel-2022020
9
.0.47
368
.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