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
77197ce7
Commit
77197ce7
authored
Aug 14, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210814.0.31534
parent
5b0dafd3
Pipeline
#10373
passed with stages
in 1 minute and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
77197ce7
...
...
@@ -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/v2021081
3
.0.31
470
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/131
7
/download)" && \
sha256sum -c <<< "
06e1b4ff3f9cd307ee000d98fc1da3f3cd8190eb9a1985d09141354b5dea5fb6
base-2021081
3
.0.31
470
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021081
4
.0.31
534
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
2
1/download)" && \
sha256sum -c <<< "
5cd784f85607ab67352cdc2ef7a766e3ca261414bc3106233ef397c40b5963b9
base-2021081
4
.0.31
534
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
77197ce7
...
...
@@ -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/v2021081
3
.0.31
470
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
19
/download)" && \
sha256sum -c <<< "
599783ece4cfa97d8f0f2e3080eb2c15a6b855922ea3cdcc7ea1d928c798dbcf
base-devel-2021081
3
.0.31
470
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021081
4
.0.31
534
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
23
/download)" && \
sha256sum -c <<< "
6f45fdab09c418c1376dc637ca4693ab3c085f23f3768cad357cbfe1315dfe5b
base-devel-2021081
4
.0.31
534
.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