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
ca981f05
Commit
ca981f05
authored
Mar 21, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210321.0.17674
parent
7cbf93c9
Pipeline
#5813
passed with stages
in 1 minute and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
ca981f05
...
...
@@ -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
0
.0.176
32
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/6
8
9/download)" && \
sha256sum -c <<< "
c1e3736f5f33d64ed5c4ca76e82f1d1274b82bc7295b3a0d731388b67a63217a
base-2021032
0
.0.176
32
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021032
1
.0.176
74
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/69
3
/download)" && \
sha256sum -c <<< "
4acd4ea415861e7104b07f0f417b3db6b741e1eae8848f2d7fd634cd5bf4a780
base-2021032
1
.0.176
74
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
ca981f05
...
...
@@ -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
0
.0.176
32
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/69
1
/download)" && \
sha256sum -c <<< "e
a13e1022bce80002bb417b55fc5ed620a2404104364f036e92de848fb6e29f2
base-devel-2021032
0
.0.176
32
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021032
1
.0.176
74
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/69
5
/download)" && \
sha256sum -c <<< "e
95e3859f6805e846fef2ee1b974f32485fdc37b30aeff392586fe84f0267c0a
base-devel-2021032
1
.0.176
74
.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