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
477e2f1f
Commit
477e2f1f
authored
Feb 27, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210227.0.16292
parent
94dee34f
Pipeline
#5412
passed with stages
in 1 minute and 21 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
477e2f1f
...
...
@@ -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/v2021022
6
.0.162
41
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5
8
9/download)" && \
sha256sum -c <<< "1
223a6750db414854f5630e7415fdaf0586d4a9f08821267ffcb728b2415d49d
base-2021022
6
.0.162
41
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021022
7
.0.162
92
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/59
3
/download)" && \
sha256sum -c <<< "1
1e60a518d8e5250963218d69d206db8f4df1bd01731ef7b8e2ff824bcde1cf1
base-2021022
7
.0.162
92
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
477e2f1f
...
...
@@ -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/v2021022
6
.0.162
41
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/59
1
/download)" && \
sha256sum -c <<< "
8c812adf69bf9b891fa3115121f9d88c227bad07f97ec923297c05134c427b9e
base-devel-2021022
6
.0.162
41
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021022
7
.0.162
92
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/59
5
/download)" && \
sha256sum -c <<< "
0303cb3f9856e35bce3ef0d71cdc6eb96f1d3cda5d600cfff19bd8b4de04e8fa
base-devel-2021022
7
.0.162
92
.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