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
6e831563
Commit
6e831563
authored
Sep 02, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210902.0.33037
parent
10d0e7cf
Pipeline
#10833
passed with stages
in 1 minute and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
6e831563
...
...
@@ -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/v2021090
1
.0.3
2969
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/143
0
/download)" && \
sha256sum -c <<< "
bcc0fc8e9a71ed28eb98d2830d32f736dac9be7481842101450a6bfb8e5bc0f4
base-2021090
1
.0.3
2969
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021090
2
.0.3
3037
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/143
4
/download)" && \
sha256sum -c <<< "
fa08e5b9f0ef04a01ec92e80ac0160963498dada1143fc436c4cdc191129b588
base-2021090
2
.0.3
3037
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
6e831563
...
...
@@ -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/v2021090
1
.0.3
2969
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/143
2
/download)" && \
sha256sum -c <<< "
08d65561a4765d7d4a466c453d08c1ddff0571ada58627fad685da2b616c9468
base-devel-2021090
1
.0.3
2969
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021090
2
.0.3
3037
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/143
6
/download)" && \
sha256sum -c <<< "
a6b2b1fbfa99b199231f4efc0f7ed29633ad65fd0c8498eade5111663d182fe4
base-devel-2021090
2
.0.3
3037
.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