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
b7315ef9
Commit
b7315ef9
authored
Apr 26, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210426.0.20712
parent
d7b3bc19
Pipeline
#6697
passed with stages
in 1 minute and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
b7315ef9
...
...
@@ -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/v2021042
5
.0.20
64
2
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/82
5
/download)" && \
sha256sum -c <<< "
a5fcaaefff56ec48558b7116a3251bd3447cd6f0bd9554ffe7eafc293e2db902
base-2021042
5
.0.20
64
2.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021042
6
.0.20
71
2
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/82
9
/download)" && \
sha256sum -c <<< "
6ccc8960f9df325e00ae791277ec3b5ee13ece6d41133c3333815a413c39a315
base-2021042
6
.0.20
71
2.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
b7315ef9
...
...
@@ -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/v2021042
5
.0.20
64
2
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/8
27
/download)" && \
sha256sum -c <<< "
94cfb30ea351617a965c57df4b6661b834f59be35d6307103f45521d7d40b346
base-devel-2021042
5
.0.20
64
2.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021042
6
.0.20
71
2
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/8
31
/download)" && \
sha256sum -c <<< "
0ee2f19225df0950097d71787376f785bce508e128372f57335fa95ea34e20d9
base-devel-2021042
6
.0.20
71
2.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