Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
ac8a4d85
Commit
ac8a4d85
authored
Feb 03, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220203.0.46487
parent
f77ce8d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
ac8a4d85
...
...
@@ -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/v2022020
2
.0.464
22
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/202
8
/download")" && \
sha256sum -c <<< "
e73726fe27d782336d9e46078f392b2dd82e3b94cd8a145555b715a1b0aff823
base-2022020
2
.0.464
22
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022020
3
.0.464
87
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
3
2/download")" && \
sha256sum -c <<< "
9a26703a5fe287cf65fc82493abd5cef2acd58d244a83f1d84538d9de4b29ffc
base-2022020
3
.0.464
87
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
ac8a4d85
...
...
@@ -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/v2022020
2
.0.464
22
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/203
0
/download")" && \
sha256sum -c <<< "
83b232c5c405197fb2b56106b6f92f80e5f3237c0cbe4bcbc6b3e8b2693506af
base-devel-2022020
2
.0.464
22
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022020
3
.0.464
87
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/203
4
/download")" && \
sha256sum -c <<< "
f5a823ee22afd78527e770b5489bf7178df6dda0b76e3e7fc9831d6a211820a6
base-devel-2022020
3
.0.464
87
.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