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
90b8e2b4
Commit
90b8e2b4
authored
Jul 03, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210703.0.28074
parent
a9ff5979
Pipeline
#9371
passed with stages
in 1 minute and 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
90b8e2b4
...
...
@@ -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/v2021070
2
.0.2
7930
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/11
29
/download)" && \
sha256sum -c <<< "
a2d1aa53f54e06eb9aef8d
7273
44e992445e3204cdc618ba4593665a4a7c2976
base-2021070
2
.0.2
7930
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021070
3
.0.2
8074
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/11
33
/download)" && \
sha256sum -c <<< "
b14fcce8ab31f4f7cab053f
72
4
73
82645e441b863eb4e15fe283f6e9b00fca1c
base-2021070
3
.0.2
8074
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
90b8e2b4
...
...
@@ -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/v2021070
2
.0.2
7930
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/113
1
/download)" && \
sha256sum -c <<< "
4d38cf40f70e24cf301df4b690fac66214dc293a4df6098d11e42c4682928c59
base-devel-2021070
2
.0.2
7930
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021070
3
.0.2
8074
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/113
5
/download)" && \
sha256sum -c <<< "
a4fb7bce9b0089244101b6cdd341d4aea4cc2656a328d09c21ebc473e8645657
base-devel-2021070
3
.0.2
8074
.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