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
d3c91c29
Commit
d3c91c29
authored
Aug 30, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210830.0.32758
parent
c5fc33e3
Pipeline
#10736
passed with stages
in 1 minute and 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
d3c91c29
...
...
@@ -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/v202108
29
.0.32
635
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
8
9/download)" && \
sha256sum -c <<< "0
12d60e317191e84fafb281b09c8aa3e945feefba5387e1f7b6051e20b40e56a
base-202108
29
.0.32
635
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202108
30
.0.32
758
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/139
7
/download)" && \
sha256sum -c <<< "0
b37d4e49c077a65c59168c5a2b044ffbfb74fb8f31dd82037b2effe7224beae
base-202108
30
.0.32
758
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
d3c91c29
...
...
@@ -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/v202108
29
.0.32
635
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/139
1
/download)" && \
sha256sum -c <<< "
e3c09df22edf6eef85de0e0f804a289461da567decbc1e42dad3eaea5ba73341
base-devel-202108
29
.0.32
635
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202108
30
.0.32
758
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/139
9
/download)" && \
sha256sum -c <<< "
fd786036cb783f42432bab5e605d866f4d3ed119c5057ddab61698a0de66c93b
base-devel-202108
30
.0.32
758
.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