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
f692687e
Commit
f692687e
authored
Sep 06, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210906.0.33765
parent
bdc3eea2
Pipeline
#11018
passed with stages
in 1 minute and 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
f692687e
...
...
@@ -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
5
.0.33
558
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/14
46
/download)" && \
sha256sum -c <<< "
b6a533b3d7c0c911f682f78fedecfbd44cee7ecfd8677f77a73550c5229c9a8c
base-2021090
5
.0.33
558
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021090
6
.0.33
765
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/14
50
/download)" && \
sha256sum -c <<< "
54cf9f486e535c02b528c97bec5748d9d23cb4942f04684e4b4dd0ee054fa536
base-2021090
6
.0.33
765
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
f692687e
...
...
@@ -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
5
.0.33
558
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/14
48
/download)" && \
sha256sum -c <<< "
51797f6bc4258e4ace411b5563de3a2bffa4899393f2bad2ef09e701dd76d1fa
base-devel-2021090
5
.0.33
558
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021090
6
.0.33
765
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/14
52
/download)" && \
sha256sum -c <<< "
48c0487dbf0b7d846628e311f5ae9164268ca44f15c0956e1c971a0fffb64a8e
base-devel-2021090
6
.0.33
765
.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