Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
136fa21d
Commit
136fa21d
authored
Dec 01, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201201.0.10253
parent
52a75500
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
136fa21d
...
...
@@ -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/v20201
130
.0.10
14
3
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
57
/download)" && \
sha256sum -c <<< "
abca24a758c73dc5e1bc7ead4fc4f8a07886c64e0ecd0d749d24a6ecc4bd747f
base-20201
130
.0.10
14
3.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20201
201
.0.10
25
3
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
61
/download)" && \
sha256sum -c <<< "
7b1fcfa9e2344d099d0ef7b4985a223966c8ef3e64d658457d776b266f011578
base-20201
201
.0.10
25
3.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
136fa21d
...
...
@@ -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/v20201
130
.0.10
14
3
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
59
/download)" && \
sha256sum -c <<< "1
50f13eda392b3e5a3b6b12b6853bbd2010cb94c95bafd9eaeea9beb0d849d8c
base-devel-20201
130
.0.10
14
3.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20201
201
.0.10
25
3
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
63
/download)" && \
sha256sum -c <<< "1
75941acb8b7e65ce7cf958f2bf3b3bd8f3ea0568e1f01fad19701cb74d338be
base-devel-20201
201
.0.10
25
3.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