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
cc55709b
Commit
cc55709b
authored
Aug 08, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210808.0.31089
parent
1e499564
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
cc55709b
...
...
@@ -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/v2021080
7
.0.310
12
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/12
8
9/download)" && \
sha256sum -c <<< "9
e1ea2e86e236ad8260315db0371a46fcd77fdee80b68ddc70ae15b46807ab9b
base-2021080
7
.0.310
12
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021080
8
.0.310
89
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/129
3
/download)" && \
sha256sum -c <<< "9
8e72df5ec0e5c8caa1616be7edb728439db76a17f1a314faddb091913bcbe65
base-2021080
8
.0.310
89
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
cc55709b
...
...
@@ -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/v2021080
7
.0.310
12
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/129
1
/download)" && \
sha256sum -c <<< "
c97269561d452199a03845cedb138945442339eddd32f8a6fc8a3190a72f535
6 base-devel-2021080
7
.0.310
12
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021080
8
.0.310
89
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/129
5
/download)" && \
sha256sum -c <<< "
d80430ccc3aaa112c2efe8a9a2e978832d5b4a462640bb023f835cdf0547be4
6 base-devel-2021080
8
.0.310
89
.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