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
99c05245
Commit
99c05245
authored
Jan 25, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220125.0.45523
parent
2925521f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
99c05245
...
...
@@ -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/v2022012
4
.0.45
447
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/19
88
/download")" && \
sha256sum -c <<< "
31eefc622c93080230af7acc3e8d0aa4e3b57b54e30cf73fc4260b386dd19b27
base-2022012
4
.0.45
447
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022012
5
.0.45
523
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/19
92
/download")" && \
sha256sum -c <<< "
4a016a76427997e5e5ef841fcd09951b5bc7aed792adf29cfa690bdcf4b7cac3
base-2022012
5
.0.45
523
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
99c05245
...
...
@@ -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/v2022012
4
.0.45
447
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/199
0
/download")" && \
sha256sum -c <<< "
79b00b0c97dd4f82fcda9149d403674592c4fdb54e3c625f03c7f67f9a8cb177
base-devel-2022012
4
.0.45
447
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022012
5
.0.45
523
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/199
4
/download")" && \
sha256sum -c <<< "
d18ed52fbf708447ecc6f6ab7600ee776363242e601bce1bc60574e050da87ca
base-devel-2022012
5
.0.45
523
.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