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
e7ccd22d
Commit
e7ccd22d
authored
Aug 15, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210815.0.31571
parent
77197ce7
Pipeline
#10386
passed with stages
in 1 minute and 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
e7ccd22d
...
...
@@ -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
4
.0.315
34
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/132
1
/download)" && \
sha256sum -c <<< "
5cd784f85607ab67352cdc2ef7a766e3ca261414bc3106233ef397c40b5963b9
base-2021081
4
.0.315
34
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021081
5
.0.315
71
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/132
5
/download)" && \
sha256sum -c <<< "
df3d79fcd950beccd1a193fafd2dc18fe5ed58a7de7ffbb733728fc94b481e25
base-2021081
5
.0.315
71
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
e7ccd22d
...
...
@@ -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
4
.0.315
34
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/132
3
/download)" && \
sha256sum -c <<< "
6f45fdab09c418c1376dc637ca4693ab3c085f23f3768cad357cbfe1315dfe5b
base-devel-2021081
4
.0.315
34
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021081
5
.0.315
71
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/132
7
/download)" && \
sha256sum -c <<< "
3d09f99b3cce431296be77263ac9e1589358d9b853e11b42cb07356672c12c86
base-devel-2021081
5
.0.315
71
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Markdown
is supported
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