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
1d42a54e
Commit
1d42a54e
authored
Dec 07, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201207.0.10560
parent
db68858c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
1d42a54e
...
...
@@ -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
6
.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-2020120
6
.0.105
28
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2020120
7
.0.105
60
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/28
9
/download)" && \
sha256sum -c <<< "
19eaa416de316cfb63f661d223b29ccd71d04bfbbcd84860f2addcb4be20cd15
base-2020120
7
.0.105
60
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
1d42a54e
...
...
@@ -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
6
.0.105
28
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
87
/download)" && \
sha256sum -c <<< "
09eaf857c5deebd2020b3e83877355e5fd4b05ddb3943b544552fa9d47ae5fe
9 base-devel-2020120
6
.0.105
28
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2020120
7
.0.105
60
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
91
/download)" && \
sha256sum -c <<< "
988a8c84b885877ceb5ceb83e4d1726ef6188851b37233cf7d45f4b628f990a
9 base-devel-2020120
7
.0.105
60
.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