Skip to content

Commit

Permalink
releng/docker: update Void base images
Browse files Browse the repository at this point in the history
  • Loading branch information
ahesford committed Sep 9, 2023
1 parent 75b2395 commit e7a3b89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion releng/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# repository you want on /zbm inside the container.

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

# Ensure everything is up-to-date
Expand Down
2 changes: 1 addition & 1 deletion releng/docker/image-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ if [ ! -r "${ZBM_BUILDER}" ]; then
fi

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

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

Expand Down

0 comments on commit e7a3b89

Please sign in to comment.