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
b22cf69a
Commit
b22cf69a
authored
Jun 20, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210620.0.26405
parent
9f4f1bc4
Pipeline
#8695
passed with stages
in 1 minute and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
b22cf69a
...
...
@@ -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/v202106
19
.0.26
346
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/10
69
/download)" && \
sha256sum -c <<< "
b7190fde1813bc027c990b6d4061aa4ffe6ccd36ca84a0b4254c9366d1823f24
base-202106
19
.0.26
346
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202106
20
.0.26
405
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/10
73
/download)" && \
sha256sum -c <<< "
a779af9d2ad3f0885b2b5ab6a719a4ec9ef2444ee7abd4d22ca4119285631f99
base-202106
20
.0.26
405
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
b22cf69a
...
...
@@ -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/v202106
19
.0.26
346
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/107
1
/download)" && \
sha256sum -c <<< "
4e38b284bff06c121a7e84304946eae73c8420fb3752a69bba20e551273d887f
base-devel-202106
19
.0.26
346
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202106
20
.0.26
405
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/107
5
/download)" && \
sha256sum -c <<< "
daaa9a76f8bdf86d92e84175f1fd50c0c0d6eb6bea23363494bac74691fe0f96
base-devel-202106
20
.0.26
405
.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