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
0ac781b3
Commit
0ac781b3
authored
Jul 09, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210709.0.28621
parent
09a2fe1f
Pipeline
#9544
passed with stages
in 1 minute and 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
0ac781b3
...
...
@@ -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/v2021070
8
.0.28
5
61
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/11
57
/download)" && \
sha256sum -c <<< "
047b9e477651f234dd387aac16faea4ebd7109124f703f4603420f982c0d10e7
base-2021070
8
.0.28
5
61.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021070
9
.0.286
2
1
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/11
61
/download)" && \
sha256sum -c <<< "
83eba7dc4fe2a79114ef386da66100ab166dc541c2e18e3a4a09c19058c6b0a1
base-2021070
9
.0.286
2
1.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
0ac781b3
...
...
@@ -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/v2021070
8
.0.28
5
61
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/11
59
/download)" && \
sha256sum -c <<< "
9a28b741a1dc61f71ac119baf24d1653b0f88384fe1055eedd86302fd44fa285
base-devel-2021070
8
.0.28
5
61.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021070
9
.0.286
2
1
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/11
63
/download)" && \
sha256sum -c <<< "
05ea468f60d6a8e7b7647ab5288d6ed48794f1a5edf0f6a8d09383332e9baadb
base-devel-2021070
9
.0.286
2
1.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