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
1fbe5f4f
Commit
1fbe5f4f
authored
Apr 03, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220403.0.51910
parent
4217f5b9
Pipeline
#16907
passed with stages
in 1 minute and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
1fbe5f4f
...
...
@@ -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/v20220403.0.51
871
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/230
2
/download")" && \
sha256sum -c <<< "
bdb06bebba2dbdbab1108316ece73ec4020491b97830635fc521dc3c87b70b2e
base-20220403.0.51
871
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220403.0.51
910
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/230
6
/download")" && \
sha256sum -c <<< "
59f26f92a011056d920786c9dccff43f17dc54f8793722c8f0d8c9cf40ba6140
base-20220403.0.51
910
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
1fbe5f4f
...
...
@@ -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/v20220403.0.51
871
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/230
4
/download")" && \
sha256sum -c <<< "
24866a23dcccb65b25d62e143c11fad854d05745c8755052096415a5a5a52eba
base-devel-20220403.0.51
871
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220403.0.51
910
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/230
8
/download")" && \
sha256sum -c <<< "
d3d5e6ec3db01b6de88008e2ec5f3178a11feee2a21ec34146c51ed31dcc42a4
base-devel-20220403.0.51
910
.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