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
44883056
Commit
44883056
authored
Mar 26, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220326.0.51249
parent
2782c401
Pipeline
#16739
passed with stages
in 1 minute and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
44883056
...
...
@@ -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
5
.0.51
117
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/226
2
/download")" && \
sha256sum -c <<< "
63a83f1b7cb148e51f36b6b516ea82bdccf76ceb342d4a7ff5fada144fc2e315
base-2022032
5
.0.51
117
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022032
6
.0.51
249
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/226
6
/download")" && \
sha256sum -c <<< "
1ea18196419c591f081724114131e0d587cb139210a8237b08a82e16bf1feaf2
base-2022032
6
.0.51
249
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
44883056
...
...
@@ -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
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" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022032
6
.0.51
249
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/226
8
/download")" && \
sha256sum -c <<< "
471181a6ac0db9ad23e9530e39d8439579d54802a52c9821e0bb4b7a93c0fea3
base-devel-2022032
6
.0.51
249
.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