Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
3e2efe72
Commit
3e2efe72
authored
Feb 03, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210203.0.15035
parent
2fbe04bc
Pipeline
#5085
passed with stages
in 2 minutes and 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
3e2efe72
...
...
@@ -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
2
.0.1
4998
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/48
1
/download)" && \
sha256sum -c <<< "
8afbe2a8713ab04e61a965b8d69b272c051dddd51342074a6646b34d7968859e
base-2021020
2
.0.1
4998
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021020
3
.0.1
5035
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/48
5
/download)" && \
sha256sum -c <<< "
5b7624cd1fbe10e1259e88385dc52936359c5345cd13b04d1677b0ce8a666784
base-2021020
3
.0.1
5035
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
3e2efe72
...
...
@@ -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
2
.0.1
4998
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/48
3
/download)" && \
sha256sum -c <<< "
6b17ff649fdd6a2a85ac0204654c7de41da5bb9fa8cc7dafc726a42304314e54
base-devel-2021020
2
.0.1
4998
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021020
3
.0.1
5035
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/48
7
/download)" && \
sha256sum -c <<< "
0b02f251eeff2557012a9118787b8752660fa97611b5cd5d0e8903173b586c62
base-devel-2021020
3
.0.1
5035
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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