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
38b4c4d9
Commit
38b4c4d9
authored
Mar 12, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210312.0.17106
parent
35841175
Pipeline
#5656
passed with stages
in 1 minute and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
38b4c4d9
...
...
@@ -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/v2021031
1
.0.17
032
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/6
49
/download)" && \
sha256sum -c <<< "
d9bcfd77b23c37b29a565833aab6851bc27d68ad4869b1dadf4630ac07ba19a8
base-2021031
1
.0.17
032
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021031
2
.0.17
106
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/6
53
/download)" && \
sha256sum -c <<< "
3be11b2f40e0a66b9ce51332ce2430a3895a4466f196e9c4dcd3abcfd4f6419b
base-2021031
2
.0.17
106
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
38b4c4d9
...
...
@@ -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/v2021031
1
.0.17
032
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/65
1
/download)" && \
sha256sum -c <<< "
6a5debe0d69d1f0e48bf84f43c03841eadfb0c65e2ded1c7cc15a13cea7532e1
base-devel-2021031
1
.0.17
032
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021031
2
.0.17
106
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/65
5
/download)" && \
sha256sum -c <<< "
0111540e194828ea9bc95102322bbdb88e3eaf54aa7f4edf50795793c8ac2eee
base-devel-2021031
2
.0.17
106
.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