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
4c20f65d
Commit
4c20f65d
authored
Feb 13, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210213.0.15450
parent
f20f8cd5
Pipeline
#5192
passed with stages
in 2 minutes and 13 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
4c20f65d
...
...
@@ -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
2
.0.154
19
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/52
5
/download)" && \
sha256sum -c <<< "
4c2a1ac3b961f1bb77a8a2c0e8d856e17129bd0659a666ff4cc4672811df4c5a
base-2021021
2
.0.154
19
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021021
3
.0.154
50
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/52
9
/download)" && \
sha256sum -c <<< "
dc31dbd841e9a5fca7caa084b0b0e5b06371c6262c86a80753b64d09350f53d7
base-2021021
3
.0.154
50
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
4c20f65d
...
...
@@ -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
2
.0.154
19
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5
27
/download)" && \
sha256sum -c <<< "
be3c6c78be900273d29eab7b342fc83d7a5f65003f3b40b120d9dfeb5f91ceb2
base-devel-2021021
2
.0.154
19
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021021
3
.0.154
50
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5
31
/download)" && \
sha256sum -c <<< "
6ebc2cc8a866d6b21d90bb25ff9f8c671ab641d12e2c85fbcdbc7721cf5c5067
base-devel-2021021
3
.0.154
50
.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