Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
33c2656a
Commit
33c2656a
authored
Aug 08, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210808.0.31131
parent
cc55709b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
33c2656a
...
...
@@ -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/v20210808.0.31
089
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/129
3
/download)" && \
sha256sum -c <<< "
98e72df5ec0e5c8caa1616be7edb728439db76a17f1a314faddb091913bcbe65
base-20210808.0.31
089
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210808.0.31
131
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/129
7
/download)" && \
sha256sum -c <<< "
367740342e6507a5a0cbeb318f70ab4352593308423395e1aadbd8ae6418af17
base-20210808.0.31
131
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
33c2656a
...
...
@@ -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/v20210808.0.31
089
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/129
5
/download)" && \
sha256sum -c <<< "
d80430ccc3aaa112c2efe8a9a2e978832d5b4a462640bb023f835cdf0547be46
base-devel-20210808.0.31
089
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210808.0.31
131
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/129
9
/download)" && \
sha256sum -c <<< "
eca791a0af45df937ffdd1c93bb3aa6c505c599211db6e8b67d07b0c30e35aa9
base-devel-20210808.0.31
131
.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