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
8890b5d8
Commit
8890b5d8
authored
Apr 28, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210428.0.20905
parent
7baf279a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
8890b5d8
...
...
@@ -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
7
.0.20
774
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/83
3
/download)" && \
sha256sum -c <<< "
cc1ccda882b54b7272b478154ae6a9715188e2a30e8e1c0caa3569d3feea5149
base-2021042
7
.0.20
774
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021042
8
.0.20
905
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/83
7
/download)" && \
sha256sum -c <<< "
ba6d670ba42f3d3ef45a6b223d4dbacf50ccc68e97af12a2a514d3a08e755e50
base-2021042
8
.0.20
905
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
8890b5d8
...
...
@@ -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
7
.0.20
774
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/83
5
/download)" && \
sha256sum -c <<< "
4480459c93869708989e08d26f1c75b2376ebd6e23557f86051ae54f9852360d
base-devel-2021042
7
.0.20
774
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021042
8
.0.20
905
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/83
9
/download)" && \
sha256sum -c <<< "
532167466742432ae2bc5a79e3bd882f06d1d6d4399f7b6b6ba29cf089709a6b
base-devel-2021042
8
.0.20
905
.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