Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
1cd524f2
Commit
1cd524f2
authored
May 02, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210502.0.21354
parent
3300367f
Pipeline
#6889
passed with stages
in 1 minute and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
1cd524f2
...
...
@@ -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/v20210502.0.213
21
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/85
3
/download)" && \
sha256sum -c <<< "
7a0
e7
c
cd
68bbcf3426492907c05e69f9cf891e74858055bb0d07a12c9fff4a12
base-20210502.0.213
21
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210502.0.213
54
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/85
7
/download)" && \
sha256sum -c <<< "
be7531b820496a2fb1770f14a53
e7
6
cd
06c7467c49a02e20eb76e2ab3e58d958
base-20210502.0.213
54
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
1cd524f2
...
...
@@ -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/v20210502.0.213
21
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/85
5
/download)" && \
sha256sum -c <<< "
a8a14c239c7b3d3ce392f343397880a90c2c7be0ee065a421c8c492b7d8ea407
base-devel-20210502.0.213
21
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210502.0.213
54
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/85
9
/download)" && \
sha256sum -c <<< "
574028cbac9c38409b6300b946191627955b5219629093bd67c1061049b66919
base-devel-20210502.0.213
54
.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