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
8a3f3080
Commit
8a3f3080
authored
Mar 28, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210328.0.18194
parent
2da8d725
Pipeline
#5943
passed with stages
in 2 minutes and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
8a3f3080
...
...
@@ -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
7
.0.1814
7
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/72
1
/download)" && \
sha256sum -c <<< "
b6ad3cf03e09e77491a79eb8b9604092cfb8e63287c268743c9c5800e8ed4fa1
base-2021032
7
.0.1814
7
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021032
8
.0.181
9
4
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/72
5
/download)" && \
sha256sum -c <<< "
10c43483a3776fad3dcbc6410da55cf76c74be058e2eaca72af343ef894a7a28
base-2021032
8
.0.181
9
4.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
8a3f3080
...
...
@@ -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
7
.0.1814
7
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/72
3
/download)" && \
sha256sum -c <<< "
14b2751ea8aa79f764acf0779c155dbcc7e0b2ae990e9364177f7ddff3154e0e
base-devel-2021032
7
.0.1814
7
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021032
8
.0.181
9
4
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/72
7
/download)" && \
sha256sum -c <<< "
6a336a479d3db2f37ffb97c3de5ded93323c5bd1fc6ec80d110ef6c080a607d7
base-devel-2021032
8
.0.181
9
4.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