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
bbf02979
Commit
bbf02979
authored
Mar 05, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210305.0.16610
parent
237241da
Pipeline
#5501
passed with stages
in 1 minute and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
bbf02979
...
...
@@ -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/v2021030
4
.0.16
542
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/61
7
/download)" && \
sha256sum -c <<< "
e1a972298783a5a228b3c3fb53e1e8b319476129a256a9f7e1e627ec9cf62785
base-2021030
4
.0.16
542
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021030
5
.0.16
610
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/6
2
1/download)" && \
sha256sum -c <<< "
ff7c5a70b70c932cadf4517c8ca49d93c065821bb0951d3ff733e555a795e3cb
base-2021030
5
.0.16
610
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
bbf02979
...
...
@@ -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/v2021030
4
.0.16
542
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/6
19
/download)" && \
sha256sum -c <<< "
ef7ffc073b62dd33ec3ace59fb35b14ebeba5644ef3c5ad7e56cd74fb58ab978
base-devel-2021030
4
.0.16
542
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021030
5
.0.16
610
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/6
23
/download)" && \
sha256sum -c <<< "
404e9019969df67dd6ce76d7f639198579a36b7717e491a750bdb1ba7c725a85
base-devel-2021030
5
.0.16
610
.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