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
2782c401
Commit
2782c401
authored
Mar 25, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220325.0.51117
parent
d4a56424
Pipeline
#16703
passed with stages
in 1 minute and 10 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
2782c401
...
...
@@ -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/v2022032
4
.0.51
028
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/22
58
/download")" && \
sha256sum -c <<< "
cf90068a8dd1090cdfa16c2c1907799f46a361c2134096cd9c8a39bc9a6c4878
base-2022032
4
.0.51
028
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022032
5
.0.51
117
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/22
62
/download")" && \
sha256sum -c <<< "
63a83f1b7cb148e51f36b6b516ea82bdccf76ceb342d4a7ff5fada144fc2e315
base-2022032
5
.0.51
117
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
2782c401
...
...
@@ -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/v2022032
4
.0.51
028
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/226
0
/download")" && \
sha256sum -c <<< "
98351b3d19846b8d255e0be9fe6bfee7315cb73207e9b9f32bf47d8c01df1158
base-devel-2022032
4
.0.51
028
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022032
5
.0.51
117
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/226
4
/download")" && \
sha256sum -c <<< "
0ddb02500d1ccacc9dd671e700de1566c2eb84f4f37a56659ae70b05fc974efa
base-devel-2022032
5
.0.51
117
.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