Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
2ee91ada
Commit
2ee91ada
authored
Feb 20, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220220.0.48445
parent
c23408b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
2ee91ada
...
...
@@ -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/v20220220.0.48
372
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/21
08
/download")" && \
sha256sum -c <<< "
5ea904455a348ae89a24ff72d6b6a65cc19ce74072810a5de2cc29f0c62c2ebd
base-20220220.0.48
372
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220220.0.48
445
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/21
12
/download")" && \
sha256sum -c <<< "
60d33e29dc48f14841326559ebd72e54d86e6d327193f6a2c2ba9e333a695872
base-20220220.0.48
445
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
2ee91ada
...
...
@@ -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/v20220220.0.48
372
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/211
0
/download")" && \
sha256sum -c <<< "
5235fa25de443e701e3c92f77b0e68978055e16ceb6ba2dc0897467417d27cfe
base-devel-20220220.0.48
372
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220220.0.48
445
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/211
4
/download")" && \
sha256sum -c <<< "
bc759be84e8f3388415490850d0610de103d0dd450de360585754a168339239b
base-devel-20220220.0.48
445
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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