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
4415469b
Commit
4415469b
authored
Dec 09, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201209.0.10656
parent
bec609aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
4415469b
...
...
@@ -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
8
.0.106
18
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/29
3
/download)" && \
sha256sum -c <<< "
33686a8b74199d84ba270d45322a61c21d3b9a87de9ef22adbfdcb5d682809a0
base-2020120
8
.0.106
18
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2020120
9
.0.106
56
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/29
7
/download)" && \
sha256sum -c <<< "
1d7dcbe9db1fc886a433386155c8e8b8e6f196778b261b85b291a603ad542329
base-2020120
9
.0.106
56
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
4415469b
...
...
@@ -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
8
.0.106
18
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/29
5
/download)" && \
sha256sum -c <<< "
eb7e8c38ce92cc040b6fdaa162bac6a6fd430316391fd7da2fbb8ede30e8c03
5 base-devel-2020120
8
.0.106
18
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2020120
9
.0.106
56
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/29
9
/download)" && \
sha256sum -c <<< "
7e0ee3a449011bd715b6a3979533c84e2ba7961d843d1873547bb3c57606f3b
5 base-devel-2020120
9
.0.106
56
.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