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
23ec6394
Commit
23ec6394
authored
Sep 13, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210913.0.34214
parent
0ffeb3fb
Pipeline
#11140
passed with stages
in 1 minute and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
23ec6394
...
...
@@ -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/v2021091
2
.0.34
160
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/147
4
/download)" && \
sha256sum -c <<< "
5f26ee33c5e5e53c7b99e3a092d505cc99581a71c414f15545d4207fb7ea809a
base-2021091
2
.0.34
160
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021091
3
.0.34
214
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/147
8
/download)" && \
sha256sum -c <<< "
4946f6866f1ad314506186b9c398b9226a5d1d7ab058d2c40e8bf048e422f7cc
base-2021091
3
.0.34
214
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
23ec6394
...
...
@@ -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/v2021091
2
.0.34
160
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/14
76
/download)" && \
sha256sum -c <<< "
87128d7f14443972325a51eb357f9cda0233cb031d4ca59cf9c406ba0863ac10
base-devel-2021091
2
.0.34
160
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021091
3
.0.34
214
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/14
80
/download)" && \
sha256sum -c <<< "
fc2344a8f39b2441aa4588df6fc187bc833816d06ef4bb166010103cf60f018d
base-devel-2021091
3
.0.34
214
.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