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
f77ce8d1
Commit
f77ce8d1
authored
Feb 02, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220202.0.46422
parent
ac9ef48a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
f77ce8d1
...
...
@@ -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
1
.0.46
310
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/202
4
/download")" && \
sha256sum -c <<< "
0c1b40251db14f12ca21c6c45a368e0613469aeffa598c74e1a464ccbe851f01
base-2022020
1
.0.46
310
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022020
2
.0.46
422
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.46
422
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
f77ce8d1
...
...
@@ -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
1
.0.46
310
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
26
/download")" && \
sha256sum -c <<< "
c00cffa5eee350594c24746e374ec56e0e9ff9a844b6f0e85720a033fb01e23c
base-devel-2022020
1
.0.46
310
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022020
2
.0.46
422
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
30
/download")" && \
sha256sum -c <<< "
83b232c5c405197fb2b56106b6f92f80e5f3237c0cbe4bcbc6b3e8b2693506af
base-devel-2022020
2
.0.46
422
.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