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
10d0e7cf
Commit
10d0e7cf
authored
Sep 01, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210901.0.32969
parent
3cb667d6
Pipeline
#10820
passed with stages
in 1 minute and 26 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
10d0e7cf
...
...
@@ -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/v20210
83
1.0.329
0
9
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/14
26
/download)" && \
sha256sum -c <<< "
cb20bf194d5a42e7797cbfd3505bc3c5fc4e826fefcad9460263ac7425fa7f11
base-20210
83
1.0.329
0
9.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210
90
1.0.329
6
9
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/14
30
/download)" && \
sha256sum -c <<< "
bcc0fc8e9a71ed28eb98d2830d32f736dac9be7481842101450a6bfb8e5bc0f4
base-20210
90
1.0.329
6
9.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
10d0e7cf
...
...
@@ -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/v20210
83
1.0.329
0
9
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/142
8
/download)" && \
sha256sum -c <<< "0
49df9c71805fa31c7a0d90579a52b46f14711248d7f42cd80df418f0bd28b80
base-devel-20210
83
1.0.329
0
9.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210
90
1.0.329
6
9
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/14
3
2/download)" && \
sha256sum -c <<< "0
8d65561a4765d7d4a466c453d08c1ddff0571ada58627fad685da2b616c9468
base-devel-20210
90
1.0.329
6
9.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