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
f033748f
Commit
f033748f
authored
Jan 12, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220112.0.44010
parent
6c22adb4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
f033748f
...
...
@@ -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/v2022011
1
.0.4
389
0
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/193
4
/download")" && \
sha256sum -c <<< "
6ff4950f6b8672c54049374c151041faed89c981747f6c0279e9700ed50faf4e
base-2022011
1
.0.4
389
0.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022011
2
.0.4
401
0
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/193
8
/download")" && \
sha256sum -c <<< "
ea85f29cdac509850ac760502e7864645141373e2ee6c2a6eaf87164f10b732b
base-2022011
2
.0.4
401
0.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
f033748f
...
...
@@ -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/v2022011
1
.0.4
389
0
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/19
36
/download")" && \
sha256sum -c <<< "
6f35e57f4edeab4aaa97b7faef0ae6198a552ed0f2c73273e652897f70a9fbbb
base-devel-2022011
1
.0.4
389
0.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022011
2
.0.4
401
0
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/19
40
/download")" && \
sha256sum -c <<< "
e50f5775140ef8972c36f6e7e24b140a1791503b38d70b9c6231120d85d6855f
base-devel-2022011
2
.0.4
401
0.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