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
b24e16e4
Commit
b24e16e4
authored
Mar 28, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210328.0.18228
parent
8a3f3080
Pipeline
#5949
passed with stages
in 1 minute and 22 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
b24e16e4
...
...
@@ -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/v20210328.0.18
194
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/72
5
/download)" && \
sha256sum -c <<< "
10c43483a3776fad3dcbc6410da55cf76c74be058e2eaca72af343ef894a7a2
8 base-20210328.0.18
194
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210328.0.18
228
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/72
9
/download)" && \
sha256sum -c <<< "
d7b08cb75ba63e9f9378053b2b7e89163d34fcb3aa3bb3a454ef9b42958268c
8 base-20210328.0.18
228
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
b24e16e4
...
...
@@ -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/v20210328.0.18
194
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/7
27
/download)" && \
sha256sum -c <<< "
6a336a479d3db2f37ffb97c3de5ded93323c5bd1fc6ec80d110ef6c080a607d7
base-devel-20210328.0.18
194
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210328.0.18
228
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/7
31
/download)" && \
sha256sum -c <<< "
b2cd10aa56120530941d42f3fe6973a9ce275d5664a5cbe5b7b67dab94881213
base-devel-20210328.0.18
228
.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