Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
1ece9a4e
Commit
1ece9a4e
authored
Apr 07, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220407.0.52250
parent
877993dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
1ece9a4e
...
...
@@ -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/v2022040
6
.0.52
151
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/23
18
/download")" && \
sha256sum -c <<< "
c8af5554dac6b9cb7e7623e6c01f4a86ce027cef17469582c2f132baa5b4e371
base-2022040
6
.0.52
151
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022040
7
.0.52
250
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/23
22
/download")" && \
sha256sum -c <<< "
3de64da1e368cebd60a0a4f70f1ba3d10dc980e5ef20ce6ee773e8c8aebbb807
base-2022040
7
.0.52
250
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
1ece9a4e
...
...
@@ -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/v2022040
6
.0.52
151
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/232
0
/download")" && \
sha256sum -c <<< "
39bbc7593a3eea3a20914963cfd984f577dcf78961fef307e67b480c38aa6eb5
base-devel-2022040
6
.0.52
151
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022040
7
.0.52
250
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/232
4
/download")" && \
sha256sum -c <<< "
293d67bf10e17d4f60e8429b3a6603c0c7aa7db8560ce574b49c91c6978261c6
base-devel-2022040
7
.0.52
250
.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