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
87fb6847
Commit
87fb6847
authored
Jan 10, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220110.0.43725
parent
b571132a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
87fb6847
...
...
@@ -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/v2022010
9
.0.43
622
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/19
26
/download")" && \
sha256sum -c <<< "b
621a5f1206dd2a5696234971e6ac33fea3fa83a41bb366c3ecb2ab64e552787
base-2022010
9
.0.43
622
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202201
1
0.0.43
725
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/19
30
/download")" && \
sha256sum -c <<< "b
e813bdc99af3fd4ec32ea6d804e10e90c6b0399794ee1f1daaa7f8dbcd58ee5
base-202201
1
0.0.43
725
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
87fb6847
...
...
@@ -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/v2022010
9
.0.43
622
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/192
8
/download")" && \
sha256sum -c <<< "
a1ae22bf286f5cab86b3d56af6d2b134a5016d4ea962faab8d0ac3ee41341f4f
base-devel-2022010
9
.0.43
622
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202201
1
0.0.43
725
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/19
3
2/download")" && \
sha256sum -c <<< "
30eaebcffa5c10b88faa0fb65a3dcab0a391e832ebf53731877cd11a53d2932b
base-devel-202201
1
0.0.43
725
.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