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
496a35e3
Commit
496a35e3
authored
Feb 22, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220222.0.48603
parent
e1c0192c
Pipeline
#16098
passed with stages
in 1 minute and 22 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
496a35e3
...
...
@@ -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/v2022022
1
.0.48
54
3
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/21
16
/download")" && \
sha256sum -c <<< "
a49694f6b042182dc27321b640564ada9cde6a4557684917a8a9df78a64b3ec0
base-2022022
1
.0.48
54
3.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022022
2
.0.48
60
3
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/21
20
/download")" && \
sha256sum -c <<< "
dd81559b142c6de1be103dcc323d0bdcfb1a94cb17d52412b0bc142443e2dd22
base-2022022
2
.0.48
60
3.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
496a35e3
...
...
@@ -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/v2022022
1
.0.48
54
3
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/21
18
/download")" && \
sha256sum -c <<< "4
8560a89abfe6b00c06a2670ca7ddfb72563d36e8a635fb4d0f16d3f604b4b73
base-devel-2022022
1
.0.48
54
3.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022022
2
.0.48
60
3
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/21
22
/download")" && \
sha256sum -c <<< "4
5103222e0337b4526f54ae4cf4d1389b6ba5b3faa8d22c005edda808421de6b
base-devel-2022022
2
.0.48
60
3.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