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
cf6c2a92
Commit
cf6c2a92
authored
Mar 09, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210309.0.16902
parent
e4be0f49
Pipeline
#5578
passed with stages
in 1 minute and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
cf6c2a92
...
...
@@ -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/v2021030
8
.0.16
810
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/6
37
/download)" && \
sha256sum -c <<< "
0d54cc4c2c0943766a3db21d868e994f865d839c3c147d6e73120b30a8b3bdeb
base-2021030
8
.0.16
810
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021030
9
.0.16
902
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/6
41
/download)" && \
sha256sum -c <<< "
d3074247204df9724185a48b25f78e71506d6dc6c48bf58360a10e0925e642f0
base-2021030
9
.0.16
902
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
cf6c2a92
...
...
@@ -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/v2021030
8
.0.16
810
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/63
9
/download)" && \
sha256sum -c <<< "
ea24b8177a7b0095a0984abf36d89b2754ae7f8fd0dbf1ec36cf516815e6647c
base-devel-2021030
8
.0.16
810
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021030
9
.0.16
902
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/6
4
3/download)" && \
sha256sum -c <<< "
fe7665909b0f3865039f70254b1230aa4276265cc218850a9d457f2cebe5f018
base-devel-2021030
9
.0.16
902
.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