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
4aaf17f2
Commit
4aaf17f2
authored
Mar 24, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210324.0.17925
parent
69b2cbd9
Pipeline
#5871
passed with stages
in 1 minute and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
4aaf17f2
...
...
@@ -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/v2021032
3
.0.17
876
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/70
5
/download)" && \
sha256sum -c <<< "
c71a0c556252330f931dcad08de8a0c89e0cdb1b1def4f1f0b112b87a7dc9b02
base-2021032
3
.0.17
876
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021032
4
.0.17
925
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/70
9
/download)" && \
sha256sum -c <<< "
bfa2f2c6ab181ea20ea8c99c1d6586a9f8c9a4d3cb42c2a73e698ef6bf172b3b
base-2021032
4
.0.17
925
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
4aaf17f2
...
...
@@ -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/v2021032
3
.0.17
876
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/7
07
/download)" && \
sha256sum -c <<< "
5fd5fbb6b158a6cee677c27630f7751233923d0d6c7274b9797ec102c709c979
base-devel-2021032
3
.0.17
876
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021032
4
.0.17
925
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/7
11
/download)" && \
sha256sum -c <<< "
8b5417a8d8265d072cee46c3e53fbc7a31a0f5e044493b3b4ee4c82d4ad324c3
base-devel-2021032
4
.0.17
925
.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