-
v0.1.94 Stable
released this
2026-07-07 10:57:54 +00:00 | 882 commits to main since this releaseAdded
- builder-images builds pull packages through
pkg-cache—pipeline-build-images's
sharedbuild-oneleg now passes--opt build-arg:PKG_CACHE=http://pkg-cache.pkg-cache.svc.cluster.local:8080,
so every dockerfile-set image whose Containerfile declaresARG PKG_CACHEfetches
apt/dnf/apk + nix + stable raw binaries from the in-cluster pull-through cache instead
of the internet. buildkit ignores the build-arg for images that don't declare it (warning
only), so this is safe for all images.
Included changes (v0.1.93 -> v0.1.94)
c5429c8a2320feat(pkg-cache): builder-images builds fetch packages through pkg-cache7f349a10c461feat(dashboard): deploy row shows '→ target', versions move to the fold
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- builder-images builds pull packages through