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
3aff2ced
Commit
3aff2ced
authored
Aug 20, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210820.0.31949
parent
0694e78f
Pipeline
#10512
passed with stages
in 1 minute and 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
3aff2ced
...
...
@@ -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/v202108
19
.0.319
06
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/134
5
/download)" && \
sha256sum -c <<< "
70b479189f31ac279534fb8eea03caa4b218010e8ea1e1acf96c6b96cd9d8c13
base-202108
19
.0.319
06
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202108
20
.0.319
49
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/134
9
/download)" && \
sha256sum -c <<< "
ef4937bde4823f9ffd39be3e05053e17501d0bdb69d20872692ef355964fa521
base-202108
20
.0.319
49
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
3aff2ced
...
...
@@ -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/v202108
19
.0.319
06
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
47
/download)" && \
sha256sum -c <<< "
40b85ed21822f4c820f74126c6c25647937fc98f0a133c72d1adb88f6b315fd5
base-devel-202108
19
.0.319
06
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202108
20
.0.319
49
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
51
/download)" && \
sha256sum -c <<< "
194f8533195a4dfaf1f3f23ad0fcad8d5ba951e66c85efe08a84211dc220f491
base-devel-202108
20
.0.319
49
.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