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
a9ff5979
Commit
a9ff5979
authored
Jul 02, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210702.0.27930
parent
0fe58099
Pipeline
#9338
passed with stages
in 1 minute and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
a9ff5979
...
...
@@ -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
1
.0.27
806
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/112
5
/download)" && \
sha256sum -c <<< "
f8de130dc641699076ba4b8bdfe81067073e5f3dac26962ab0e0f8ae5221d8c7
base-2021070
1
.0.27
806
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021070
2
.0.27
930
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/112
9
/download)" && \
sha256sum -c <<< "
a2d1aa53f54e06eb9aef8d727344e992445e3204cdc618ba4593665a4a7c2976
base-2021070
2
.0.27
930
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
a9ff5979
...
...
@@ -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
1
.0.27
806
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/11
27
/download)" && \
sha256sum -c <<< "
57e15797b01b152df6dbf0de80ab5cf84f0497c6283ab13f160707704e50315d
base-devel-2021070
1
.0.27
806
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021070
2
.0.27
930
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/11
31
/download)" && \
sha256sum -c <<< "
4d38cf40f70e24cf301df4b690fac66214dc293a4df6098d11e42c4682928c59
base-devel-2021070
2
.0.27
930
.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