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
4d584211
Commit
4d584211
authored
Jun 30, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210630.0.27596
parent
d305ab87
Pipeline
#9259
passed with stages
in 1 minute and 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
4d584211
...
...
@@ -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/v202106
29
.0.27
360
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/111
7
/download)" && \
sha256sum -c <<< "
66a2e9cc2f5402d365111cc7fde68af13df1d8c1f6a62fdcb9e88da185ff180
4 base-202106
29
.0.27
360
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202106
30
.0.27
596
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/11
2
1/download)" && \
sha256sum -c <<< "
1eb29a469927b376e0e7583b611276fd71600bb39ca2610c173d18037a6b755
4 base-202106
30
.0.27
596
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
4d584211
...
...
@@ -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/v202106
29
.0.27
360
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/11
19
/download)" && \
sha256sum -c <<< "
1901968799569554f5bbdd3a913d776a84607557926e975d9fae9d877c38b94d
base-devel-202106
29
.0.27
360
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202106
30
.0.27
596
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/11
23
/download)" && \
sha256sum -c <<< "
d1a554bf0ac980c73ac79067f0550cea623a6c6c315b767586a18cea7f7a9455
base-devel-202106
30
.0.27
596
.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