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
eb98ae08
Commit
eb98ae08
authored
Jan 20, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220120.0.45035
parent
b40271e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
eb98ae08
...
...
@@ -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/v202201
19
.0.4
4956
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/196
4
/download")" && \
sha256sum -c <<< "
9ef374e39c322755ad035937e33259d4c6f05e2fd26304193f9d9bfe46e52e44
base-202201
19
.0.4
4956
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202201
20
.0.4
5035
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/196
8
/download")" && \
sha256sum -c <<< "
48cc8eeadefcf190e594f0437b723328dd371d3976502d9bef1549f14d3d40e3
base-202201
20
.0.4
5035
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
eb98ae08
...
...
@@ -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/v202201
19
.0.4
4956
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/19
66
/download")" && \
sha256sum -c <<< "
b11d98d819b20b999d99cf0af39b46e41eeaa73715669da3e6305df4878335f6
base-devel-202201
19
.0.4
4956
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202201
20
.0.4
5035
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/19
70
/download")" && \
sha256sum -c <<< "
7a1715b93c72c0ef2e41e20408503a4c2f450c999e3b9cf2aa3c4561289c74d3
base-devel-202201
20
.0.4
5035
.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