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
db68858c
Commit
db68858c
authored
Dec 06, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201206.0.10528
parent
68b39814
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
db68858c
...
...
@@ -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/v20201206.0.105
01
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/28
1
/download)" && \
sha256sum -c <<< "
3c24ca5813cf5c75b5b3ffb727e2e26818238807370ccf9f4213eb9d981e576e
base-20201206.0.105
01
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20201206.0.105
28
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/28
5
/download)" && \
sha256sum -c <<< "
ff26aa04093f6a8a427b4a4b29249836031540cfa04ded9ccad414f202006227
base-20201206.0.105
28
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
db68858c
...
...
@@ -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/v20201206.0.105
01
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/28
3
/download)" && \
sha256sum -c <<< "
5b8b3ee07b7bab80336898104d638f6f3df56ccf2a6fc7229cdff5a91456bec6
base-devel-20201206.0.105
01
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20201206.0.105
28
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/28
7
/download)" && \
sha256sum -c <<< "
09eaf857c5deebd2020b3e83877355e5fd4b05ddb3943b544552fa9d47ae5fe9
base-devel-20201206.0.105
28
.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