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
0694e78f
Commit
0694e78f
authored
Aug 19, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210819.0.31906
parent
cd81838e
Pipeline
#10501
passed with stages
in 1 minute and 22 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
0694e78f
...
...
@@ -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
8
.0.31
839
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/134
1
/download)" && \
sha256sum -c <<< "
44b8afe8d6e50cf9fb4fba90fafcc93306faee122eb3f4e0045104097933120f
base-2021081
8
.0.31
839
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021081
9
.0.31
906
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/134
5
/download)" && \
sha256sum -c <<< "
70b479189f31ac279534fb8eea03caa4b218010e8ea1e1acf96c6b96cd9d8c13
base-2021081
9
.0.31
906
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
0694e78f
...
...
@@ -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
8
.0.31
839
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/134
3
/download)" && \
sha256sum -c <<< "
876e902c65740743697d505934e8b99f4b8b4d5e2425d7dd96172d46f395c4e8
base-devel-2021081
8
.0.31
839
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021081
9
.0.31
906
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/134
7
/download)" && \
sha256sum -c <<< "
40b85ed21822f4c820f74126c6c25647937fc98f0a133c72d1adb88f6b315fd5
base-devel-2021081
9
.0.31
906
.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