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
09a2fe1f
Commit
09a2fe1f
authored
Jul 08, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210708.0.28561
parent
eb47d68d
Pipeline
#9527
passed with stages
in 1 minute and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
09a2fe1f
...
...
@@ -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
7
.0.28
479
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/115
3
/download)" && \
sha256sum -c <<< "
d24c2d577e1de694eab3236938f5310d611f0c378ed3d0e267261f98118d805d
base-2021070
7
.0.28
479
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021070
8
.0.28
561
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/115
7
/download)" && \
sha256sum -c <<< "
047b9e477651f234dd387aac16faea4ebd7109124f703f4603420f982c0d10e7
base-2021070
8
.0.28
561
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
09a2fe1f
...
...
@@ -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
7
.0.28
479
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/115
5
/download)" && \
sha256sum -c <<< "9
dcb3ed53c07e0ebffc61e78cfb455b9312ba0903d19e0d72223fab59f9b8e32
base-devel-2021070
7
.0.28
479
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021070
8
.0.28
561
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/115
9
/download)" && \
sha256sum -c <<< "9
a28b741a1dc61f71ac119baf24d1653b0f88384fe1055eedd86302fd44fa285
base-devel-2021070
8
.0.28
561
.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