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
e4be0f49
Commit
e4be0f49
authored
Mar 08, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210308.0.16810
parent
a42d91c3
Pipeline
#5553
passed with stages
in 1 minute and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
e4be0f49
...
...
@@ -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
7
.0.16
744
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/63
3
/download)" && \
sha256sum -c <<< "
781f3c261d26ad41096574e14b0cbbefd818c0e756b19d13e3309e23ee02607a
base-2021030
7
.0.16
744
.tar.xz" && \
# 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
7
/download)" && \
sha256sum -c <<< "
0d54cc4c2c0943766a3db21d868e994f865d839c3c147d6e73120b30a8b3bdeb
base-2021030
8
.0.16
810
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
e4be0f49
...
...
@@ -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
7
.0.16
744
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/63
5
/download)" && \
sha256sum -c <<< "
81a1799b8a7b706f1738349acb1d5eff0666a35ff7740572797a84b0af7f5396
base-devel-2021030
7
.0.16
744
.tar.xz" && \
# 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" && \
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