We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b2395 commit e7a3b89Copy full SHA for e7a3b89
releng/docker/Dockerfile
@@ -7,7 +7,7 @@
7
# repository you want on /zbm inside the container.
8
9
# Use the official Void Linux container
10
-FROM voidlinux/voidlinux:latest
+FROM ghcr.io/void-linux/void-glibc-full:latest
11
ARG ZBM_COMMIT_HASH
12
13
# Ensure everything is up-to-date
releng/docker/image-build.sh
@@ -102,7 +102,7 @@ if [ ! -r "${ZBM_BUILDER}" ]; then
102
fi
103
104
maintainer="ZFSBootMenu Team, https://zfsbootmenu.org"
105
-container="$(buildah from ghcr.io/void-linux/void-linux:latest-full-x86_64)"
+container="$(buildah from ghcr.io/void-linux/void-glibc-full:latest)"
106
107
buildah config --label author="${maintainer}" "${container}"
108
0 commit comments