Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
2db4143b
Commit
2db4143b
authored
Jul 29, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210729.0.30100
parent
92bd8c0b
Pipeline
#9993
passed with stages
in 1 minute and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
2db4143b
...
...
@@ -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/v2021072
8
.0.30
036
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/12
49
/download)" && \
sha256sum -c <<< "
b29551fa3e6011359ac5f1f11c2ff7d1d792d64fe7f93229def8dc81b6724c5
4 base-2021072
8
.0.30
036
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021072
9
.0.30
100
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/12
53
/download)" && \
sha256sum -c <<< "
9f862060e39de01b1f75aaa201f7949f4d21761e4dce410b3f5d75fcb2855a8
4 base-2021072
9
.0.30
100
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
2db4143b
...
...
@@ -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/v2021072
8
.0.30
036
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/125
1
/download)" && \
sha256sum -c <<< "d
905ecf1fae6a6461df4b1c2d1248dbd39bb93f22a24b1483a19ce6fd3dc6e93
base-devel-2021072
8
.0.30
036
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021072
9
.0.30
100
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/125
5
/download)" && \
sha256sum -c <<< "d
e9ad6a347c4238f80fc1a4a6e971fb316f83b3545563eade20266a2f872187f
base-devel-2021072
9
.0.30
100
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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