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
e880cdf4
Commit
e880cdf4
authored
Oct 04, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211004.0.35804
parent
860b322a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
e880cdf4
...
...
@@ -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/v2021100
3
.0.35
721
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/156
2
/download")" && \
sha256sum -c <<< "
334b2e91611e45dd398840b1e65dae6b4d5267f2260a7144a1ee757a2b097341
base-2021100
3
.0.35
721
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021100
4
.0.35
804
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/156
6
/download")" && \
sha256sum -c <<< "
951fbf4d7ee5aac20551aa15592b8a4d71ef72de55a153d696229cb99ce712d6
base-2021100
4
.0.35
804
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
e880cdf4
...
...
@@ -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/v2021100
3
.0.35
721
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/156
4
/download")" && \
sha256sum -c <<< "
eeb3910293c5f63cf5ff37862adc5bc4d65ddcd9fd93622608159d47b3154a13
base-devel-2021100
3
.0.35
721
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021100
4
.0.35
804
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/156
8
/download")" && \
sha256sum -c <<< "
f889174720dbe3a942761d27e16650fceed4c9948e1bdb2e2ea3317998d0d8d7
base-devel-2021100
4
.0.35
804
.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