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
bbe89346
Commit
bbe89346
authored
Feb 11, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210211.0.15364
parent
5a4b7730
Pipeline
#5168
passed with stages
in 2 minutes and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
bbe89346
...
...
@@ -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/v2021021
0
.0.153
27
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/51
7
/download)" && \
sha256sum -c <<< "
458012d8742b02685133fd196e1f74b8ee564e533cdd4f5f7c4caf32c0ad5a11
base-2021021
0
.0.153
27
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021021
1
.0.153
64
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5
2
1/download)" && \
sha256sum -c <<< "
1b651fb6581821f30abbc70febab2fa4148c35bc89544d768b963012594244d3
base-2021021
1
.0.153
64
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
bbe89346
...
...
@@ -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/v2021021
0
.0.153
27
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5
19
/download)" && \
sha256sum -c <<< "
cb4e76dd82f557b30793770053f3f3866f2bc661a78d96cd7f6fd546f2a81a3
6 base-devel-2021021
0
.0.153
27
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021021
1
.0.153
64
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5
23
/download)" && \
sha256sum -c <<< "
451e83848619fccadcacee8a02e16b955cdaad4a6ef0318aa280ffd5e753421
6 base-devel-2021021
1
.0.153
64
.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