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
0dbb6a98
Commit
0dbb6a98
authored
Sep 26, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210926.0.35093
parent
efaee8cf
Pipeline
#11430
passed with stages
in 1 minute and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
0dbb6a98
...
...
@@ -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/v20210926.0.350
54
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/15
26
/download")" && \
sha256sum -c <<< "
5bbe5a73a2c9a15e2f6bda8fe485297179319fd7e76e17a36dc7f25ddfbfc504
base-20210926.0.350
54
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210926.0.350
93
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/15
30
/download")" && \
sha256sum -c <<< "
60a295e914b1758c3c99b4cc3e8056340f7303091df0054687b6f9aa4e7dd5ea
base-20210926.0.350
93
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
0dbb6a98
...
...
@@ -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/v20210926.0.350
54
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/152
8
/download")" && \
sha256sum -c <<< "
003a36e849f686468c6162a388fb4e1279286dfdf71c4839d002cb4f725f0ce3
base-devel-20210926.0.350
54
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210926.0.350
93
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/15
3
2/download")" && \
sha256sum -c <<< "
1d4a4206ad17f01e0453172f497b16b4e6dad3ef6741f35ce95ced6faae5bedb
base-devel-20210926.0.350
93
.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