hall / kubenix

Kubernetes management with Nix
https://kubenix.org/
MIT License
316 stars 29 forks source link

feat: support dockerTools.streamLayeredImage #39

Open yajo opened 12 months ago

yajo commented 12 months ago

Support the more optimized way of building docker images.

Uses isExe to differentiate between a prebuilt image or a command that spits out an image. See sources.

hall commented 11 months ago

Hi @yajo! Thanks for the PR :100: looks good except for the small CI failure.

hall commented 11 months ago

Oh, and bonus points if you add an entry to CHANGELOG.md. Otherwise, I'll just add it after merge.

yajo commented 11 months ago

All attended.