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
b505de76
Commit
b505de76
authored
Jan 24, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210124.0.14185
parent
eaae110a
Pipeline
#4787
passed with stages
in 3 minutes and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
b505de76
...
...
@@ -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/v2021012
3
.0.14
083
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/43
3
/download)" && \
sha256sum -c <<< "
8909242a5d1537e691b42901806d982226aa13fe1f1470215072dfa5a686ae4b
base-2021012
3
.0.14
083
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021012
4
.0.14
185
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/43
7
/download)" && \
sha256sum -c <<< "
6e0b1537c4a05648963c54752050890765455217c6309a92eda565b6ea83d11a
base-2021012
4
.0.14
185
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
b505de76
...
...
@@ -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/v2021012
3
.0.14
083
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/43
5
/download)" && \
sha256sum -c <<< "
19a065356cc7267530765d91ed050b40f02be54b2073adbd9809a2b3f2e7e4f9
base-devel-2021012
3
.0.14
083
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021012
4
.0.14
185
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/43
9
/download)" && \
sha256sum -c <<< "
de704de7949b90bda0277a6c5cb0acd9b61c657761fc87ed6effb687de9592c1
base-devel-2021012
4
.0.14
185
.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