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
4b782286
Commit
4b782286
authored
May 09, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210509.0.21942
parent
293d09f0
Pipeline
#7080
passed with stages
in 1 minute and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
4b782286
...
...
@@ -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/v2021050
7
.0.21
798
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/8
77
/download)" && \
sha256sum -c <<< "e
370bb7647d4de75b4fdc050e2e4b03a95b97a6a630c37b53a3c93d33d5fdc02
base-2021050
7
.0.21
798
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021050
9
.0.21
942
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/8
81
/download)" && \
sha256sum -c <<< "e
2c3574f5c4307ee2e63a19bd294bd3e9f71b3078300c31129d1a23a708dbb14
base-2021050
9
.0.21
942
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
4b782286
...
...
@@ -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/v2021050
7
.0.21
798
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/8
79
/download)" && \
sha256sum -c <<< "
4974e2486b31f3e17da45d6250b48095147457d2713dc960d618d889b7d8a
9c
f
base-devel-2021050
7
.0.21
798
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021050
9
.0.21
942
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/8
83
/download)" && \
sha256sum -c <<< "
9f60d1cebefffcc541e73a9c02d3c48b4b639a8c850df7ffcdf715ad48a7c5
9c base-devel-2021050
9
.0.21
942
.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