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
28cabe02
Commit
28cabe02
authored
Jan 07, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220107.0.43379
parent
f86323f8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
28cabe02
...
...
@@ -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
6
.0.433
30
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/191
0
/download")" && \
sha256sum -c <<< "
2221e65d2832c94738c885d8910e1375829807e1f2133c1604f668cf717fd231
base-2022010
6
.0.433
30
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022010
7
.0.433
79
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/191
4
/download")" && \
sha256sum -c <<< "
58402c93e668246da3e31c7cb53835568b87fcf35d9d54a15995d8dfd7229e6c
base-2022010
7
.0.433
79
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
28cabe02
...
...
@@ -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
6
.0.433
30
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/191
2
/download")" && \
sha256sum -c <<< "
a4e856e11fa86a87af52af7298d2c1df3156d61046a1bc07fed84f93d8aeff60
base-devel-2022010
6
.0.433
30
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022010
7
.0.433
79
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/191
6
/download")" && \
sha256sum -c <<< "
330ea542f9fe19faf615284bb28d047f23a95778d993fa1436d9c738e24f4254
base-devel-2022010
7
.0.433
79
.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