-
v0.1.193 Stable
released this
2026-07-18 22:00:36 +00:00 | 429 commits to main since this releaseFixed
- Kernel bake: carry
PKG_CACHEinto the node-bootc BuildRun.pipeline-build-kernelreconstructs
the node-bootc BuildRun'sbuild-args, and since Shipwrightbuild-argsis one array param that an
override REPLACES wholesale, only restatingKERNEL_IMG+ZFS_IMGsilently DROPPED the Build's
PKG_CACHE. node-bootc's dnf installs then went direct topackages.hetzner.com— a SPOF that 404'd
onhc-utils-0.0.9when Hetzner removed that RPM, breaking every release-mode kernel bake cluster-wide.
Now also readPKG_CACHEfrom the node-bootc Build (likeZFS_IMG) and restate it (fail loud if
absent), so node-bootc keeps routing through the pkg-cache proxy.
Included changes (v0.1.192 -> v0.1.193)
164a2f65c0c9fix(kernel): carry PKG_CACHE into the node-bootc BuildRun
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Kernel bake: carry