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
c23408b0
Commit
c23408b0
authored
Feb 20, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220220.0.48372
parent
6235db3e
Pipeline
#16036
passed with stages
in 1 minute and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
c23408b0
...
...
@@ -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/v202202
19
.0.483
16
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/210
4
/download")" && \
sha256sum -c <<< "
c9154a71981d718be
cc9c
87bdc900558f81cb9d1bce0c566b4d1f7cf7d8665e1
base-202202
19
.0.483
16
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202202
20
.0.483
72
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/210
8
/download")" && \
sha256sum -c <<< "
5ea904455a348ae89a24ff72d6b6a65
cc
1
9c
e74072810a5de2cc29f0c62c2ebd
base-202202
20
.0.483
72
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
c23408b0
...
...
@@ -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/v202202
19
.0.483
16
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/210
6
/download")" && \
sha256sum -c <<< "
c493a55909dcbd0bac77e5e7ed1d8315ed5e5250c4ca30f87acf930ae0554e4c
base-devel-202202
19
.0.483
16
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202202
20
.0.483
72
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/21
1
0/download")" && \
sha256sum -c <<< "
5235fa25de443e701e3c92f77b0e68978055e16ceb6ba2dc0897467417d27cfe
base-devel-202202
20
.0.483
72
.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