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
b571132a
Commit
b571132a
authored
Jan 09, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220109.0.43622
parent
e4f44111
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
b571132a
...
...
@@ -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/v20220109.0.43
549
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/192
2
/download")" && \
sha256sum -c <<< "
fc32cdef7b007f0fb21320440d52fa8e8351765b071e4a491ce2ef5c11f10139
base-20220109.0.43
549
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220109.0.43
622
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/192
6
/download")" && \
sha256sum -c <<< "
b621a5f1206dd2a5696234971e6ac33fea3fa83a41bb366c3ecb2ab64e552787
base-20220109.0.43
622
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
b571132a
...
...
@@ -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/v20220109.0.43
549
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/192
4
/download")" && \
sha256sum -c <<< "a
7f83823ab50e0fc7bf3de2b6000ec787d1f10423fa7e44a469a8f852829b229
base-devel-20220109.0.43
549
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220109.0.43
622
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/192
8
/download")" && \
sha256sum -c <<< "a
1ae22bf286f5cab86b3d56af6d2b134a5016d4ea962faab8d0ac3ee41341f4f
base-devel-20220109.0.43
622
.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