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
11c2d23f
Commit
11c2d23f
authored
May 14, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220514.0.56376
parent
d9e82cea
Pipeline
#18743
passed with stages
in 1 minute and 6 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
11c2d23f
...
@@ -11,9 +11,9 @@
...
@@ -11,9 +11,9 @@
FROM alpine:3.12 AS verify
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl tar zstd
RUN apk add --no-cache curl tar zstd
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022051
3
.0.56
24
6
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022051
4
.0.56
37
6
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/248
2
/download")" && \
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/248
6
/download")" && \
echo "
17e7694dc44d0f7c03240fe56ccc601d1f30aa66b7fbd841158b1841d69ea6b
3 base-2022051
3
.0.56
24
6.tar.zst" > /tmp/rootfs.tar.sha256 && \
echo "
53a2b2127828ad46b401b79163c2b2d329c75ef1e259fed2e73ad1337ecfad1
3 base-2022051
4
.0.56
37
6.tar.zst" > /tmp/rootfs.tar.sha256 && \
cat /tmp/rootfs.tar.sha256 && \
cat /tmp/rootfs.tar.sha256 && \
sha256sum -c /tmp/rootfs.tar.sha256 && \
sha256sum -c /tmp/rootfs.tar.sha256 && \
mkdir /rootfs && \
mkdir /rootfs && \
...
...
Dockerfile.base-devel
View file @
11c2d23f
...
@@ -11,9 +11,9 @@
...
@@ -11,9 +11,9 @@
FROM alpine:3.12 AS verify
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl tar zstd
RUN apk add --no-cache curl tar zstd
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022051
3
.0.56
24
6
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022051
4
.0.56
37
6
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/248
4
/download")" && \
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/248
8
/download")" && \
echo "
96f2637c45ff013e3fd8a3e9d745f2d666a994d70236610883bda6e4d728425e
base-devel-2022051
3
.0.56
24
6.tar.zst" > /tmp/rootfs.tar.sha256 && \
echo "
d5e5b221f4a0afbdf092eb7ffaeb64a911b8849a7baab27c5b1de8622a914086
base-devel-2022051
4
.0.56
37
6.tar.zst" > /tmp/rootfs.tar.sha256 && \
cat /tmp/rootfs.tar.sha256 && \
cat /tmp/rootfs.tar.sha256 && \
sha256sum -c /tmp/rootfs.tar.sha256 && \
sha256sum -c /tmp/rootfs.tar.sha256 && \
mkdir /rootfs && \
mkdir /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