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
a10e5efb
Commit
a10e5efb
authored
Jun 21, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210621.0.26516
parent
3120f008
Pipeline
#8732
passed with stages
in 1 minute and 32 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
a10e5efb
...
...
@@ -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/v2021062
0
.0.26
441
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/10
77
/download)" && \
sha256sum -c <<< "
ced36983ca31e2ccd939eb7cdcc6d308a4ab4ffe1872af80e08e1367455d1350
base-2021062
0
.0.26
441
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021062
1
.0.26
516
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/10
81
/download)" && \
sha256sum -c <<< "
ec605dee6d0c242595780ef00292eda1bc7710bdaae94767f1f93760104d490f
base-2021062
1
.0.26
516
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
a10e5efb
...
...
@@ -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/v2021062
0
.0.26
441
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/10
79
/download)" && \
sha256sum -c <<< "
3a181de27f1d346c722f4ab1408dbbc692e087be31006b651c21714e9a35fde
d base-devel-2021062
0
.0.26
441
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021062
1
.0.26
516
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/10
83
/download)" && \
sha256sum -c <<< "
925f03aaea58d7ac2dcba55499e58a07f8f30be2aa754144d386e3482ee4c2f
d base-devel-2021062
1
.0.26
516
.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