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
62963c2e
Commit
62963c2e
authored
Feb 16, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210216.0.15637
parent
3f6c3dd1
Pipeline
#5239
passed with stages
in 2 minutes and 13 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
62963c2e
...
...
@@ -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/v2021021
5
.0.15
574
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/54
1
/download)" && \
sha256sum -c <<< "
253bb43c27a8d414ee7c036a93cc9e24745c3b9f6411e499b8a5b48d86091bf3
base-2021021
5
.0.15
574
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021021
6
.0.15
637
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/54
5
/download)" && \
sha256sum -c <<< "
55448bd87da964c872cc3f3ee8505120427e2a7b87f6884020b924d5c6df74d6
base-2021021
6
.0.15
637
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
62963c2e
...
...
@@ -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/v2021021
5
.0.15
574
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/54
3
/download)" && \
sha256sum -c <<< "
3f0b627e16c8dfac09dc71fce251403556a2ddb56d309a38158cf5f7b3c34f2a
base-devel-2021021
5
.0.15
574
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021021
6
.0.15
637
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/54
7
/download)" && \
sha256sum -c <<< "
8ea0bedb0616f31268779a9207b37f96737513e4592a515f4438e05b88ef21ee
base-devel-2021021
6
.0.15
637
.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