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
bec609aa
Commit
bec609aa
authored
Dec 08, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201208.0.10618
parent
1d42a54e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
bec609aa
...
...
@@ -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/v2020120
7
.0.10
560
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
8
9/download)" && \
sha256sum -c <<< "
19eaa416de316cfb63f661d223b29ccd71d04bfbbcd84860
f2addcb
4be20cd15
base-2020120
7
.0.10
560
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2020120
8
.0.10
618
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/29
3
/download)" && \
sha256sum -c <<< "
33686a8b74199d84ba270d45322a61c21d3b9a87de9e
f2
2
ad
bf
dcb
5d682809a0
base-2020120
8
.0.10
618
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
bec609aa
...
...
@@ -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/v2020120
7
.0.10
560
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/29
1
/download)" && \
sha256sum -c <<< "
988a8c84b885877ceb5ceb83e4d1726ef6188851b37233cf7d45f4b628f990a9
base-devel-2020120
7
.0.10
560
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2020120
8
.0.10
618
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/29
5
/download)" && \
sha256sum -c <<< "
eb7e8c38ce92cc040b6fdaa162bac6a6fd430316391fd7da2fbb8ede30e8c035
base-devel-2020120
8
.0.10
618
.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