Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
fe47eb46
Commit
fe47eb46
authored
Nov 20, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201120.0.9604
parent
7ccc4d1b
Pipeline
#3099
passed with stages
in 2 minutes and 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
fe47eb46
...
...
@@ -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/v202011
19
.0.9
566
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
1
/download)" && \
sha256sum -c <<< "
44eec3f415c68c0e927879dbac9559cc619843be023edd4065a20270737cc713
base-202011
19
.0.9
566
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202011
20
.0.9
604
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
5
/download)" && \
sha256sum -c <<< "
9d623bdc8d56cff26f5e18a0cda4afa6365ab9d3aca5eeb6e6cf0d13fc74b6b9
base-202011
20
.0.9
604
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
fe47eb46
...
...
@@ -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/v202011
19
.0.9
566
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
3
/download)" && \
sha256sum -c <<< "
f03582a9077de7bcf95089e453cc1d9cf26b3ca4223ea5088365249a1ef3e4ef
base-devel-202011
19
.0.9
566
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202011
20
.0.9
604
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
7
/download)" && \
sha256sum -c <<< "
c8a464e83c3bfcaa0393359171f7525a9d5eb8d9f4897791d0d511689d7a7c1b
base-devel-202011
20
.0.9
604
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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