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
69b2cbd9
Commit
69b2cbd9
authored
Mar 23, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210323.0.17876
parent
0f411b12
Pipeline
#5858
passed with stages
in 1 minute and 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
69b2cbd9
...
...
@@ -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
2
.0.178
11
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/70
1
/download)" && \
sha256sum -c <<< "
d0a9fdb92fce9244ef95a56d659f3bbcbc1dfa3d6904645a7437e08f0c7843e9
base-2021032
2
.0.178
11
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021032
3
.0.178
76
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.178
76
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
69b2cbd9
...
...
@@ -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
2
.0.178
11
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/70
3
/download)" && \
sha256sum -c <<< "
f79ffeb420c1643ee5b120cd0fa87225f570fc6548a378fcf9b3911ca625a8a6
base-devel-2021032
2
.0.178
11
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021032
3
.0.178
76
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/70
7
/download)" && \
sha256sum -c <<< "
5fd5fbb6b158a6cee677c27630f7751233923d0d6c7274b9797ec102c709c979
base-devel-2021032
3
.0.178
76
.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