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
06e26c50
Commit
06e26c50
authored
Sep 09, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210909.0.33989
parent
43fd5eec
Pipeline
#11074
passed with stages
in 1 minute and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
06e26c50
...
...
@@ -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
8
.0.339
27
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/14
58
/download)" && \
sha256sum -c <<< "
c40e7ac01ce50e90332c452a03d2a78b0e7b817fd02a28f2be8bbe7add00a811
base-2021090
8
.0.339
27
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021090
9
.0.339
89
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/14
62
/download)" && \
sha256sum -c <<< "
ad5a72d51de39ac4b90eb6cb4b8e193b97d921719c5fbc923e77dcedda2d3de0
base-2021090
9
.0.339
89
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
06e26c50
...
...
@@ -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
8
.0.339
27
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/146
0
/download)" && \
sha256sum -c <<< "
97d2b2f4faa9a438a890f925edf66103c697927837fea1d23857608b07832d98
base-devel-2021090
8
.0.339
27
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021090
9
.0.339
89
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/146
4
/download)" && \
sha256sum -c <<< "
4a9d0ece53db19f1380d3bab2d9cb49fcfe123879acaf08833a5f2847a5f0a0b
base-devel-2021090
9
.0.339
89
.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