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
c867559c
Commit
c867559c
authored
Jul 22, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210722.0.29613
parent
fecc6270
Pipeline
#9840
passed with stages
in 1 minute and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
c867559c
...
...
@@ -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/v2021072
1
.0.29
5
63
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/121
7
/download)" && \
sha256sum -c <<< "
282882ee1e9956d86f3b317053d2855539fb6978a9d3ba60608019dd7717de89
base-2021072
1
.0.29
5
63.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021072
2
.0.296
1
3
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/12
2
1/download)" && \
sha256sum -c <<< "
13affc6c18ea1c49aced22abede0b71916a7da3534ef01a6b445cf6b6383c84f
base-2021072
2
.0.296
1
3.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
c867559c
...
...
@@ -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/v2021072
1
.0.29
5
63
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/12
19
/download)" && \
sha256sum -c <<< "
9e4f2e0db611a6a82b7233ed046a31a28f95a359f0e4c0bb46073ee7d4acac79
base-devel-2021072
1
.0.29
5
63.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021072
2
.0.296
1
3
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/12
23
/download)" && \
sha256sum -c <<< "
e8911ea9058f11783ca8b905a486a50cff9128061c4b10367097dc9fd230716b
base-devel-2021072
2
.0.296
1
3.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Markdown
is supported
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