Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
76dc512c
Commit
76dc512c
authored
Jul 11, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210711.0.28798
parent
7f8b5d1a
Pipeline
#9601
passed with stages
in 1 minute and 14 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
76dc512c
...
...
@@ -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/v20210711.0.287
4
8
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/11
69
/download)" && \
sha256sum -c <<< "
265fb7510cd88a2c45c961befd878bc94739cef9856602b32976945885a59d7
4 base-20210711.0.287
4
8.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210711.0.287
9
8
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/11
73
/download)" && \
sha256sum -c <<< "
8c4adc55da9f85eefa29f781cb1a094d6b83ff5c2dd48b5aa640ecaa3f6dc5b
4 base-20210711.0.287
9
8.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
76dc512c
...
...
@@ -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/v20210711.0.287
4
8
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/117
1
/download)" && \
sha256sum -c <<< "
c5585051d974ee5386259c4dbc32194e542f71e06d043af4768
867b
43b5a85cd
base-devel-20210711.0.287
4
8.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210711.0.287
9
8
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/117
5
/download)" && \
sha256sum -c <<< "
5a1f4b03d3d45b1338c2af38af92d726edba2ac3faa3dbf5d7e848fc152
86
2
7b base-devel-20210711.0.287
9
8.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