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
0f31c271
Commit
0f31c271
authored
Jan 24, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210124.0.14219
parent
b505de76
Pipeline
#4795
passed with stages
in 2 minutes and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
0f31c271
...
...
@@ -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/v20210124.0.14
185
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4
37
/download)" && \
sha256sum -c <<< "
6e0b1537c4a05648963c54752050890765455217c6309a92eda565b6ea83d11a
base-20210124.0.14
185
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210124.0.14
219
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4
41
/download)" && \
sha256sum -c <<< "
014534ddcebb24f211344cd8b2e13a77f291650bcd9cb6348adbc89296c8f0d4
base-20210124.0.14
219
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
0f31c271
...
...
@@ -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/v20210124.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-20210124.0.14
185
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210124.0.14
219
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4
4
3/download)" && \
sha256sum -c <<< "
2514ade8e420c105d007f7716cd2a371c04ae68cf4c9475b707e88d37f9910c6
base-devel-20210124.0.14
219
.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