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
7b52b337
Commit
7b52b337
authored
Sep 03, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210903.0.33098
parent
6e831563
Pipeline
#10849
passed with stages
in 1 minute and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
7b52b337
...
...
@@ -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
2
.0.330
37
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.330
37
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021090
3
.0.330
98
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/143
8
/download)" && \
sha256sum -c <<< "
d0d51e6232ff1e76a221510556c1eb46d4d28688879fa00d2b21ae7d15deab39
base-2021090
3
.0.330
98
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
7b52b337
...
...
@@ -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
2
.0.330
37
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/14
36
/download)" && \
sha256sum -c <<< "
a6b2b1fbfa99b199231f4efc0f7ed29633ad65fd0c8498eade5111663d182fe4
base-devel-2021090
2
.0.330
37
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021090
3
.0.330
98
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/14
40
/download)" && \
sha256sum -c <<< "
ee4d28f5fef804c39149ce0ec4a3211d6efa121008e4d92b83bcc1a6af76559a
base-devel-2021090
3
.0.330
98
.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