-
I want to build my own zbm-builder container: but I see during the build that zfs 2.2.7 is embedded. Thanks ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Incorporating
If you want to circumvent this, you can always manually customize our |
Beta Was this translation helpful? Give feedback.
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 updatedzfs
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:zbm-builder.sh [...] -r /path/to/your/void-packages/repository [...]
to pull in your locally built packages.If you want to circumvent this, you can always manually customize our
:latest
buil…