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
3191c0b9
Commit
3191c0b9
authored
Feb 21, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210221.0.15908
parent
b2947389
Pipeline
#5312
passed with stages
in 2 minutes and 52 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
3191c0b9
...
...
@@ -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
0
.0.15
876
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/56
1
/download)" && \
sha256sum -c <<< "f3
f0f5349691047ef578c643dad75137da5ba14df7aa5b140b07f7a26323497d
base-2021022
0
.0.15
876
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021022
1
.0.15
908
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/56
5
/download)" && \
sha256sum -c <<< "
7
f3
db437f7831704d6010c9a128bc308e7e207619cd40943d6daca8f08905145
base-2021022
1
.0.15
908
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
3191c0b9
...
...
@@ -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
0
.0.15
876
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/56
3
/download)" && \
sha256sum -c <<< "
b3bc423a42e6d8b0f4eb73e5314e172073635f193f8e6a090dd0b97d2d641ed1
base-devel-2021022
0
.0.15
876
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021022
1
.0.15
908
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/56
7
/download)" && \
sha256sum -c <<< "
aeb42c8f90ab06774e6f35ed3931815d5e1b24582d6da044f1e38fb4a1f0664a
base-devel-2021022
1
.0.15
908
.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