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
61980deb
Commit
61980deb
authored
Dec 05, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201205.0.10477
parent
3ac46c1f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
61980deb
...
...
@@ -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
4
.0.104
31
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/27
3
/download)" && \
sha256sum -c <<< "
2f4a0998e06b7de3332c9257c31000b9bfade9185038a56503a11bd75cb839a6
base-2020120
4
.0.104
31
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2020120
5
.0.104
77
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/27
7
/download)" && \
sha256sum -c <<< "
77ca89f604ce84d6a743374b7e76bce2f1b24e0f3c6dc9b38872a606a8a901ec
base-2020120
5
.0.104
77
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
61980deb
...
...
@@ -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
4
.0.104
31
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/27
5
/download)" && \
sha256sum -c <<< "
bb58d8f518f703cfe1207c372e0924488aa0df2a88b2932a9f8e5739973a7273
base-devel-2020120
4
.0.104
31
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2020120
5
.0.104
77
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/27
9
/download)" && \
sha256sum -c <<< "
7fe1e717706443862d0a1d769fa3238c8ff5a4c5ab939e39a5283a90f4e754c7
base-devel-2020120
5
.0.104
77
.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