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
f1432ed1
Commit
f1432ed1
authored
Feb 11, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220211.0.47656
parent
0c0ccfa5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
f1432ed1
...
...
@@ -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/v2022021
0
.0.47
483
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/206
4
/download")" && \
sha256sum -c <<< "
523e9425241b4896e646c17464f9ca0d9c8a45c59f8c695d71f742ea4ea8b09f
base-2022021
0
.0.47
483
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022021
1
.0.47
656
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/206
8
/download")" && \
sha256sum -c <<< "
4778c925d8eaaf705ba7b17148667130e8e6f2b007ea05669b60f93e1b4f0cf1
base-2022021
1
.0.47
656
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
f1432ed1
...
...
@@ -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/v2022021
0
.0.47
483
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
66
/download")" && \
sha256sum -c <<< "
77f5a959ad616cce59417b158cb22d8c63cc4348e5626a209bd71cae88a4a15c
base-devel-2022021
0
.0.47
483
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022021
1
.0.47
656
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
70
/download")" && \
sha256sum -c <<< "
4d56ff956253e35913d7b8caca584d5ca0810ff747cf9024e717fe1c7227f08d
base-devel-2022021
1
.0.47
656
.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