Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
efcc0d76
Commit
efcc0d76
authored
Apr 22, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210422.0.20456
parent
5c738c27
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
efcc0d76
...
...
@@ -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/v2021042
1
.0.204
08
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/80
5
/download)" && \
sha256sum -c <<< "
c7a648f318479848381d91dadbdb7f2a38a84b79a6e8cd247ee1c384548f07c9
base-2021042
1
.0.204
08
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021042
2
.0.204
56
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/80
9
/download)" && \
sha256sum -c <<< "
0014ff2cc0f9efae7da22ab8446ffa22f95bdffacdcf5806d368385af684b082
base-2021042
2
.0.204
56
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
efcc0d76
...
...
@@ -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/v2021042
1
.0.204
08
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/8
07
/download)" && \
sha256sum -c <<< "
f078778c2855368a93d41d0b5a7bfab1f0eef3b3e32e62c2b1304e4c1353126e
base-devel-2021042
1
.0.204
08
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021042
2
.0.204
56
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/8
11
/download)" && \
sha256sum -c <<< "
670158b988e8d0f0c58e12f82124bb5f47f44458a841233a06e6016c748d6451
base-devel-2021042
2
.0.204
56
.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