Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
ad6e7714
Commit
ad6e7714
authored
Jul 12, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210712.0.28942
parent
76dc512c
Pipeline
#9638
failed with stages
in 4 minutes and 54 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
ad6e7714
...
...
@@ -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/v2021071
1
.0.28
798
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/117
3
/download)" && \
sha256sum -c <<< "
8c4adc55da9f85eefa29f781cb1a094d6b83ff5c2dd48b5aa640ecaa3f6dc5b4
base-2021071
1
.0.28
798
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021071
2
.0.28
942
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/117
7
/download)" && \
sha256sum -c <<< "
788193a84aff22049bfc2db2c162489b1f791b06b9b1c92fad252aff70131c3f
base-2021071
2
.0.28
942
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
ad6e7714
...
...
@@ -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/v2021071
1
.0.28
798
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/117
5
/download)" && \
sha256sum -c <<< "
5a1f4b03d3d45b1338c2af38af92d726edba2ac3faa3dbf5d7e848fc1528627b
base-devel-2021071
1
.0.28
798
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021071
2
.0.28
942
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/117
9
/download)" && \
sha256sum -c <<< "
d80a7664b5e20f00cade9bd0ea39364205e2d751b0672315fa5d6fcbf2cde5d0
base-devel-2021071
2
.0.28
942
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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