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
43946436
Commit
43946436
authored
Jul 13, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210713.0.29021
parent
ad6e7714
Pipeline
#9663
passed with stages
in 1 minute and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
43946436
...
...
@@ -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/v2021071
2
.0.2
8942
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/11
77
/download)" && \
sha256sum -c <<< "
788193a84aff22049bfc2db2c162489b1f791b06b9b1c92fad252af
f7013
1c3f
base-2021071
2
.0.2
8942
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021071
3
.0.2
9021
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/11
81
/download)" && \
sha256sum -c <<< "
275ee6e84e5aa4fca5660c57352b613efe904dd8d826863e03df01559
f7
6
013
4
base-2021071
3
.0.2
9021
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
43946436
...
...
@@ -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/v2021071
2
.0.2
8942
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/11
79
/download)" && \
sha256sum -c <<< "
d80a7664b5e20f00cade9bd0ea39364205e2d751b0672315fa5d6fcbf2cde5d0
base-devel-2021071
2
.0.2
8942
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021071
3
.0.2
9021
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/11
83
/download)" && \
sha256sum -c <<< "
70c538430842cc3a0fdacf526c28ed1ff9ba27815e98c4ae0851f0ecf3c6d302
base-devel-2021071
3
.0.2
9021
.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