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
14d36ac8
Commit
14d36ac8
authored
Dec 10, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201210.0.10720
parent
4415469b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
14d36ac8
...
...
@@ -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
9
.0.10
656
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/
297
/download)" && \
sha256sum -c <<< "
1d7dcbe9db1fc886a433386155c8e8b8e6f196778b261b85b291a603ad542329
base-2020120
9
.0.10
656
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202012
1
0.0.10
720
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/
301
/download)" && \
sha256sum -c <<< "
783ec950c054b5a7e308a27aac52aeb4aa34f7b4f8d0400d34eae88271031937
base-202012
1
0.0.10
720
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
14d36ac8
...
...
@@ -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
9
.0.10
656
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/
299
/download)" && \
sha256sum -c <<< "
7e0ee3a449011bd715b6a3979533c84e2ba7961d843d1873547bb3c57606f3b5
base-devel-2020120
9
.0.10
656
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202012
1
0.0.10
720
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/
303
/download)" && \
sha256sum -c <<< "
628a256d1a2d957b6783f7f057cde64506554e4c448301b44d38aa4649f34b04
base-devel-202012
1
0.0.10
720
.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