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
3120f008
Commit
3120f008
authored
Jun 20, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210620.0.26441
parent
b22cf69a
Pipeline
#8701
passed with stages
in 1 minute and 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
3120f008
...
...
@@ -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/v20210620.0.264
05
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/107
3
/download)" && \
sha256sum -c <<< "
a779af9d2a
d3
f
08
85b2b5ab6a719a4ec9ef2444ee7abd4d22ca4119285631f99
base-20210620.0.264
05
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210620.0.264
41
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/107
7
/download)" && \
sha256sum -c <<< "
ced36983ca31e2ccd939eb7cdcc6
d308
a4ab4ffe1872af80e08e1367455d1350
base-20210620.0.264
41
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
3120f008
...
...
@@ -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/v20210620.0.264
05
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-20210620.0.264
05
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210620.0.264
41
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/107
9
/download)" && \
sha256sum -c <<< "
3a181de27f1d346c722f4ab1408dbbc692e087be31006b651c21714e9a35fded
base-devel-20210620.0.264
41
.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