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
fff11e66
Commit
fff11e66
authored
Mar 04, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220304.0.49356
parent
2bd0a841
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
fff11e66
...
...
@@ -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/v2022030
3
.0.493
04
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/216
0
/download")" && \
sha256sum -c <<< "
5da98b0e31655bc7a85a9610de8b4fe75c058e6324924eee9fecc99785244c69
base-2022030
3
.0.493
04
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022030
4
.0.493
56
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/216
4
/download")" && \
sha256sum -c <<< "
f78415618ae15b2b04264ecac395fa01796d37fd5064e79d279eb37a6eef5dcb
base-2022030
4
.0.493
56
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
fff11e66
...
...
@@ -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/v2022030
3
.0.493
04
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/216
2
/download")" && \
sha256sum -c <<< "
4417880493d1126b23fa977a43c65590e0c8d8aaa20ddb231ab918496b998957
base-devel-2022030
3
.0.493
04
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022030
4
.0.493
56
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/216
6
/download")" && \
sha256sum -c <<< "
6a8e798e0001b839a7da972e656ac26f2ea1046fd721bb6dfa7ab07b8fd861d9
base-devel-2022030
4
.0.493
56
.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