Skip to content

Commit e7a3b89

Browse files
committed
releng/docker: update Void base images
1 parent 75b2395 commit e7a3b89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

releng/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# repository you want on /zbm inside the container.
88

99
# Use the official Void Linux container
10-
FROM voidlinux/voidlinux:latest
10+
FROM ghcr.io/void-linux/void-glibc-full:latest
1111
ARG ZBM_COMMIT_HASH
1212

1313
# Ensure everything is up-to-date

releng/docker/image-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ if [ ! -r "${ZBM_BUILDER}" ]; then
102102
fi
103103

104104
maintainer="ZFSBootMenu Team, https://zfsbootmenu.org"
105-
container="$(buildah from ghcr.io/void-linux/void-linux:latest-full-x86_64)"
105+
container="$(buildah from ghcr.io/void-linux/void-glibc-full:latest)"
106106

107107
buildah config --label author="${maintainer}" "${container}"
108108

0 commit comments

Comments
 (0)