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
9d984c41
Commit
9d984c41
authored
Oct 25, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211025.0.37732
parent
ff577baf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
9d984c41
...
...
@@ -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/v2021102
4
.0.37
648
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/16
58
/download")" && \
sha256sum -c <<< "
8f07b360fac8f3ed0a0e46fb5bf1f87812aa097baa86ff7cf611614b58a7b42a
base-2021102
4
.0.37
648
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021102
5
.0.37
732
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/16
62
/download")" && \
sha256sum -c <<< "
56510ed304b1f890f18ff6602f84c4899fa216270414d169e41f3de11f3c46d4
base-2021102
5
.0.37
732
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
9d984c41
...
...
@@ -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/v2021102
4
.0.37
648
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/166
0
/download")" && \
sha256sum -c <<< "
926ead825f2aafab107b744305e7cd67eef262d642657cad136b16825b37878b
base-devel-2021102
4
.0.37
648
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021102
5
.0.37
732
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/166
4
/download")" && \
sha256sum -c <<< "
b0f84828427ca138595f394a044a988b15e4366b28c55fa269bdadf953576b0c
base-devel-2021102
5
.0.37
732
.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