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
a308514b
Commit
a308514b
authored
Feb 04, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210204.0.15099
parent
3e2efe72
Pipeline
#5108
passed with stages
in 2 minutes and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
a308514b
...
...
@@ -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
3
.0.150
35
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.150
35
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021020
4
.0.150
99
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/48
9
/download)" && \
sha256sum -c <<< "
03baa38a007fa511e52c67ced57c7f1aed2d4ed408bea5a985915a3c83bd0dc8
base-2021020
4
.0.150
99
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
a308514b
...
...
@@ -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
3
.0.150
35
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4
87
/download)" && \
sha256sum -c <<< "
0b02f251eeff2557012a9118787b8752660fa97611b5cd5d0e8903173b586c6
2 base-devel-2021020
3
.0.150
35
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021020
4
.0.150
99
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4
91
/download)" && \
sha256sum -c <<< "
ed376ba38e157ac826eb89b14444e7583b48583b0f0f775a4aa6108381e32be
2 base-devel-2021020
4
.0.150
99
.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