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
f6dcc176
Commit
f6dcc176
authored
Mar 27, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220327.0.51292
parent
44883056
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
f6dcc176
...
...
@@ -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/v2022032
6
.0.512
4
9
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/22
66
/download")" && \
sha256sum -c <<< "
1ea18196419c591f081724114131e0d587cb139210a8237b08a82e16bf1feaf2
base-2022032
6
.0.512
4
9.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022032
7
.0.5129
2
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/22
70
/download")" && \
sha256sum -c <<< "
2df75642298f5766b97b8dd11ba465a972b36ae9f7d3e50668e0657c8cac1989
base-2022032
7
.0.5129
2
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
f6dcc176
...
...
@@ -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/v2022032
6
.0.512
4
9
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/22
68
/download")" && \
sha256sum -c <<< "
471181a6ac0db9ad23e9530e39d8439579d54802a52c9821e0bb4b7a93c0fea3
base-devel-2022032
6
.0.512
4
9.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022032
7
.0.5129
2
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/22
72
/download")" && \
sha256sum -c <<< "
ae6427a1aa63147ee05b02d7f709add2c31509ff883b3f89b3f84e914bbec3df
base-devel-2022032
7
.0.5129
2
.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