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
3ac46c1f
Commit
3ac46c1f
authored
Dec 04, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201204.0.10431
parent
71fa3c05
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
3ac46c1f
...
...
@@ -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
3
.0.10
385
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
69
/download)" && \
sha256sum -c <<< "
565dd9974cc1fc82a04b55cb5801f630854cd8bf1187fd4208fc32f5ba876344
base-2020120
3
.0.10
385
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2020120
4
.0.10
431
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
73
/download)" && \
sha256sum -c <<< "
2f4a0998e06b7de3332c9257c31000b9bfade9185038a56503a11bd75cb839a6
base-2020120
4
.0.10
431
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
3ac46c1f
...
...
@@ -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
3
.0.10
385
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/27
1
/download)" && \
sha256sum -c <<< "
9485026916b1f1f2407961977ddeb032e12f04d2681022f13928bba3f35de49e
base-devel-2020120
3
.0.10
385
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2020120
4
.0.10
431
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.10
431
.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