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
23cb59ff
Commit
23cb59ff
authored
Jun 22, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210622.0.26585
parent
a10e5efb
Pipeline
#8761
passed with stages
in 1 minute and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
23cb59ff
...
...
@@ -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
1
.0.265
16
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/108
1
/download)" && \
sha256sum -c <<< "
ec605dee6d0c242595780ef00292eda1bc7710bdaae94767f1f93760104d4
90
f
base-2021062
1
.0.265
16
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021062
2
.0.265
85
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/108
5
/download)" && \
sha256sum -c <<< "
0387280a4f92f775b1e133daeb0ceaf5d9fe77b3f030891d94072117be6f0
90
a
base-2021062
2
.0.265
85
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
23cb59ff
...
...
@@ -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
1
.0.265
16
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/108
3
/download)" && \
sha256sum -c <<< "
925f03aaea58d7ac2dcba55499e58a07f8f30be2aa754144d386e3482ee4c2fd
base-devel-2021062
1
.0.265
16
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021062
2
.0.265
85
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/108
7
/download)" && \
sha256sum -c <<< "
7f82ac85253e6395c24e270132d380cefc61974f7185090d21051c50da59f393
base-devel-2021062
2
.0.265
85
.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