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
71c6836f
Commit
71c6836f
authored
Feb 18, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210218.0.15787
parent
fa73e615
Pipeline
#5274
passed with stages
in 1 minute and 32 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
71c6836f
...
...
@@ -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
7
.0.157
32
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5
49
/download)" && \
sha256sum -c <<< "
4abc0bfc5932b30bcd9b58acf6dc7ab487fab809ae197bbcef3d15a0be3f4240
base-2021021
7
.0.157
32
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021021
8
.0.157
87
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5
53
/download)" && \
sha256sum -c <<< "
c42e7ca3f18fe19adb6a5fb089bb16f234ef9bffe62b4b495def7d0316c59931
base-2021021
8
.0.157
87
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
71c6836f
...
...
@@ -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
7
.0.157
32
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/55
1
/download)" && \
sha256sum -c <<< "
8dd6cf218c80fe2b578e4d2ca7743d21eac9af0751a3856a449daf524b7f2dc6
base-devel-2021021
7
.0.157
32
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021021
8
.0.157
87
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/55
5
/download)" && \
sha256sum -c <<< "
668bed05f20a428c4ba6ee812cae8c4ba16f3e3cd8a5ff103e12eccbae46a24f
base-devel-2021021
8
.0.157
87
.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