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
d7b3bc19
Commit
d7b3bc19
authored
Apr 25, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210425.0.20642
parent
d9039065
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
d7b3bc19
...
...
@@ -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/v20210425.0.206
08
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/82
1
/download)" && \
sha256sum -c <<< "
0c155ca50aaa8bd7f63a8fcd99c61e5de752eb30f81a1414da416ed3daea1353
base-20210425.0.206
08
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210425.0.206
42
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/82
5
/download)" && \
sha256sum -c <<< "
a5fcaaefff56ec48558b7116a3251bd3447cd6f0bd9554ffe7eafc293e2db902
base-20210425.0.206
42
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
d7b3bc19
...
...
@@ -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/v20210425.0.206
08
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/82
3
/download)" && \
sha256sum -c <<< "
0148f99fffb5b11a01d78b4e50944e4417e19e42ab7ff32f243ba76bb2d32ed4
base-devel-20210425.0.206
08
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210425.0.206
42
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/82
7
/download)" && \
sha256sum -c <<< "
94cfb30ea351617a965c57df4b6661b834f59be35d6307103f45521d7d40b346
base-devel-20210425.0.206
42
.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