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
9265b016
Commit
9265b016
authored
Feb 15, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220215.0.47928
parent
5f80f0b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
9265b016
...
...
@@ -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/v2022021
4
.0.47
854
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/208
4
/download")" && \
sha256sum -c <<< "
5d6b8ec2c7240660aae32645bee99fbe22022fe442d2ed641348e1f76552a358
base-2022021
4
.0.47
854
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022021
5
.0.47
928
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/208
8
/download")" && \
sha256sum -c <<< "
fccc02552bfb403a1a82d746a2758f07fb79304b5c5445515f58cebd841d4b4a
base-2022021
5
.0.47
928
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
9265b016
...
...
@@ -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/v2022021
4
.0.47
854
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
86
/download")" && \
sha256sum -c <<< "
a856f23f261b8269a
bb
7
a8
16ed2dba360f0a3bc3cb44bdf9a3e28f07e45a206
8 base-devel-2022021
4
.0.47
854
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022021
5
.0.47
928
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
90
/download")" && \
sha256sum -c <<< "
d0453e6cf7bdb49702f234340803
bba8
200bef4ca830aa71d5fbad41d943c0d
8 base-devel-2022021
5
.0.47
928
.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