Skip to content

Building my own zbm-builder: how to get zfs 2.3.0 ? #718

Answered by ahesford
ofthesun9 asked this question in Questions
Discussion options

You must be logged in to vote

Incorporating zfs-2.3.0 into your own build container is, unfortunately, not trivial. Our images are based on Void Linux, and Void does not yet ship the updated zfs package. The current container image, ghcr.io/zbm-dev/zbm-builder:latest, was created with a custom build of the pending update. The process is generally:

  1. Clone https://github.com/void-linux/void-packages and make sure your system can build packages.
  2. Check out void-linux/void-packages#53964 and build the new ZFS package.
  3. Run zbm-builder.sh [...] -r /path/to/your/void-packages/repository [...] to pull in your locally built packages.
  4. ???
  5. Profit.

If you want to circumvent this, you can always manually customize our :latest buil…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ofthesun9
Comment options

Answer selected by ofthesun9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants