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
fe5afeda
Commit
fe5afeda
authored
Jan 31, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210131.0.14634
parent
6d9c86b0
Pipeline
#4976
passed with stages
in 3 minutes and 52 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
fe5afeda
...
...
@@ -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/v2021013
0
.0.14
5
64
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/46
5
/download)" && \
sha256sum -c <<< "
7b52de438075766751e27ab80800ad04038b8066e857ef7c50907b7fab7d648f
base-2021013
0
.0.14
5
64.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021013
1
.0.146
3
4
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/46
9
/download)" && \
sha256sum -c <<< "
1115133fc3536defb8115940cb8211f29516fd7cf038de01b423f71c818802a4
base-2021013
1
.0.146
3
4.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
fe5afeda
...
...
@@ -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/v2021013
0
.0.14
5
64
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4
6
7/download)" && \
sha256sum -c <<< "
f9e5396ad9dbf5ff11b9b7a10b809c4f2bc9b0205ecea7c842b9e812bdbc43ed
base-devel-2021013
0
.0.14
5
64.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021013
1
.0.146
3
4
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/47
1
/download)" && \
sha256sum -c <<< "
06305310199099b69b60c4c1d53d8b72a07dd7147d9f37f2fae8f997fe996f87
base-devel-2021013
1
.0.146
3
4.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