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
7f8b5d1a
Commit
7f8b5d1a
authored
Jul 11, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210711.0.28748
parent
3c62a45a
Pipeline
#9593
passed with stages
in 1 minute and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
7f8b5d1a
...
...
@@ -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/v2021071
0
.0.28
68
8
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/116
5
/download)" && \
sha256sum -c <<< "
032fc7567a669ebcb78caa3bda100745a0e5b5b9b3e7a97860860074c6f96195
base-2021071
0
.0.28
68
8.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021071
1
.0.28
74
8
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/116
9
/download)" && \
sha256sum -c <<< "
265fb7510cd88a2c45c961befd878bc94739cef9856602b32976945885a59d74
base-2021071
1
.0.28
74
8.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
7f8b5d1a
...
...
@@ -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/v2021071
0
.0.28
68
8
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/11
6
7/download)" && \
sha256sum -c <<< "
d837625f0934c0e0d0de3bdf556670035861fb2c3b245b13229979556b85f261
base-devel-2021071
0
.0.28
68
8.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021071
1
.0.28
74
8
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/117
1
/download)" && \
sha256sum -c <<< "
c5585051d974ee5386259c4dbc32194e542f71e06d043af4768867b43b5a85cd
base-devel-2021071
1
.0.28
74
8.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