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
5b0dafd3
Commit
5b0dafd3
authored
Aug 13, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210813.0.31470
parent
0d3a9e85
Pipeline
#10355
passed with stages
in 1 minute and 21 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
5b0dafd3
...
...
@@ -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/v2021081
2
.0.314
22
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/131
3
/download)" && \
sha256sum -c <<< "
bfb3e81c106008d350c4b108adbe9f3088bb3ebb81d2b1c876290217deadff8d
base-2021081
2
.0.314
22
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021081
3
.0.314
70
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/131
7
/download)" && \
sha256sum -c <<< "
06e1b4ff3f9cd307ee000d98fc1da3f3cd8190eb9a1985d09141354b5dea5fb6
base-2021081
3
.0.314
70
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
5b0dafd3
...
...
@@ -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/v2021081
2
.0.314
22
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/131
5
/download)" && \
sha256sum -c <<< "
0cbdb61eb5272fede5a69f56c197717c529423d827cb614072409795f148cf6a
base-devel-2021081
2
.0.314
22
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021081
3
.0.314
70
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/131
9
/download)" && \
sha256sum -c <<< "
599783ece4cfa97d8f0f2e3080eb2c15a6b855922ea3cdcc7ea1d928c798dbcf
base-devel-2021081
3
.0.314
70
.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