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
2fbe04bc
Commit
2fbe04bc
authored
Feb 02, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210202.0.14998
parent
2f13f27a
Pipeline
#5075
passed with stages
in 2 minutes and 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
2fbe04bc
...
...
@@ -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/v2021020
1
.0.14
897
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4
77
/download)" && \
sha256sum -c <<< "
1c4afc455eacc7759bb42cdc68904ab23d9ac800f23a16df6699fa861d9b6128
base-2021020
1
.0.14
897
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021020
2
.0.14
998
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4
81
/download)" && \
sha256sum -c <<< "
8afbe2a8713ab04e61a965b8d69b272c051dddd51342074a6646b34d7968859e
base-2021020
2
.0.14
998
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
2fbe04bc
...
...
@@ -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/v2021020
1
.0.14
897
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4
79
/download)" && \
sha256sum -c <<< "
70a5e54a09971e858d1c9c61faedf82eb0cf4d93840ee7f127575d1ab15af94b
base-devel-2021020
1
.0.14
897
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021020
2
.0.14
998
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4
83
/download)" && \
sha256sum -c <<< "
6b17ff649fdd6a2a85ac0204654c7de41da5bb9fa8cc7dafc726a42304314e54
base-devel-2021020
2
.0.14
998
.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