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
b2344704
Commit
b2344704
authored
Sep 15, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210915.0.34333
parent
679c9d70
Pipeline
#11190
passed with stages
in 1 minute and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
b2344704
...
...
@@ -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
4
.0.34
270
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/148
2
/download)" && \
sha256sum -c <<< "
a68595cbb5b3613e82bdaf3d3c8fde8d92cacd0dbea179b360d76c39cf4a53c
f base-2021091
4
.0.34
270
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021091
5
.0.34
333
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/148
6
/download)" && \
sha256sum -c <<< "
45fe1f5bd7b0437218194b7349969c0078fc49635f813845d7a4d3c95af46f5
f base-2021091
5
.0.34
333
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
b2344704
...
...
@@ -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
4
.0.34
270
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/148
4
/download)" && \
sha256sum -c <<< "
5d34fa3cf417697f3cae7f14327810a01b33e6e25ad4034d486125a744231dc1
base-devel-2021091
4
.0.34
270
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021091
5
.0.34
333
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/148
8
/download)" && \
sha256sum -c <<< "
289a488c66319f4213a38f14e44d346941d2a848d56815361c3c2d77bcc1aaf9
base-devel-2021091
5
.0.34
333
.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