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
ac9ef48a
Commit
ac9ef48a
authored
Feb 01, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220201.0.46310
parent
8853cb70
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
ac9ef48a
...
...
@@ -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/v20220
13
1.0.46
206
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/202
0
/download")" && \
sha256sum -c <<< "
2e07974ea1cb50d81a8b8431a37ae05461bb270a76ef02f84af1c2128d3cd8ca
base-20220
13
1.0.46
206
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220
20
1.0.46
310
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/202
4
/download")" && \
sha256sum -c <<< "
0c1b40251db14f12ca21c6c45a368e0613469aeffa598c74e1a464ccbe851f01
base-20220
20
1.0.46
310
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
ac9ef48a
...
...
@@ -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/v20220
13
1.0.46
206
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/202
2
/download")" && \
sha256sum -c <<< "
1da8302d794f5a72aaf6dddb46dba380e4acc5316b8703f17583d706979bf055
base-devel-20220
13
1.0.46
206
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220
20
1.0.46
310
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/202
6
/download")" && \
sha256sum -c <<< "
c00cffa5eee350594c24746e374ec56e0e9ff9a844b6f0e85720a033fb01e23c
base-devel-20220
20
1.0.46
310
.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