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