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
350b7ec9
Commit
350b7ec9
authored
Mar 21, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210321.0.17704
parent
ca981f05
Pipeline
#5818
passed with stages
in 1 minute and 14 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
350b7ec9
...
...
@@ -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/v20210321.0.17
6
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-20210321.0.17
6
74.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210321.0.177
0
4
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/69
7
/download)" && \
sha256sum -c <<< "
ba40e78f4b3a13718618e545ab9064622511b6ddc1661df720a8bb1dc5fbd0bc
base-20210321.0.177
0
4.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
350b7ec9
...
...
@@ -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/v20210321.0.17
6
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-20210321.0.17
6
74.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210321.0.177
0
4
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/69
9
/download)" && \
sha256sum -c <<< "e
afd840cb85c607417e41708afa7d83dbed41b86df157ec740660925f8ab5624
base-devel-20210321.0.177
0
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