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
e427d45a
Commit
e427d45a
authored
Mar 03, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210303.0.16511
parent
9f0020e4
Pipeline
#5473
passed with stages
in 1 minute and 22 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
e427d45a
...
...
@@ -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
2
.0.16
468
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/6
09
/download)" && \
sha256sum -c <<< "
17db476c09f7a91e55c83e1328899e3992ee94389e83af6209ff838cdfd27582
base-2021030
2
.0.16
468
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021030
3
.0.16
511
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/6
13
/download)" && \
sha256sum -c <<< "
ea77cc29f882ecd2448ea85a9b01d123ae509b341204548606284d4f216d0e0b
base-2021030
3
.0.16
511
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
e427d45a
...
...
@@ -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
2
.0.16
468
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/61
1
/download)" && \
sha256sum -c <<< "
81e3e735d8f917183494f73e1d0b9cdbff405cad0bf7e7a7d5499245efea045
2 base-devel-2021030
2
.0.16
468
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021030
3
.0.16
511
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/61
5
/download)" && \
sha256sum -c <<< "
5772a1f6cd3a0628e091f8533784b49c45b3e75e5b52417adaca1e0c52289a2
2 base-devel-2021030
3
.0.16
511
.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