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
38273c1f
Commit
38273c1f
authored
Aug 21, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210821.0.31993
parent
3aff2ced
Pipeline
#10521
passed with stages
in 1 minute and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
38273c1f
...
...
@@ -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/v2021082
0
.0.319
4
9
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
49
/download)" && \
sha256sum -c <<< "
ef4937bde4823f9ffd39be3e05053e17501d0bdb69d20872692ef355964fa521
base-2021082
0
.0.319
4
9.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021082
1
.0.3199
3
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
53
/download)" && \
sha256sum -c <<< "
58162acef41697927ad44cd1e91272991c9b3da4f3fc7a986c17b0ef3f1bc7ef
base-2021082
1
.0.3199
3
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
38273c1f
...
...
@@ -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/v2021082
0
.0.319
4
9
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/135
1
/download)" && \
sha256sum -c <<< "
194f8533195a4dfaf1f3f23ad0fcad8d5ba951e66c85efe08a84211dc220f491
base-devel-2021082
0
.0.319
4
9.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021082
1
.0.3199
3
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/135
5
/download)" && \
sha256sum -c <<< "
662907ab9c93235ebc88f8f7a769a6ad4247914d1fc315623a329adc7a702488
base-devel-2021082
1
.0.3199
3
.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