tazjin / nixery

Container registry which transparently builds images using the Nix package manager. Canonical repository is https://cs.tvl.fyi/depot/-/tree/tools/nixery
https://nixery.dev/
Apache License 2.0
1.82k stars 68 forks source link

Implement a meta-package to toggle Buildpack run-image configuration #81

Closed tazjin closed 2 years ago

tazjin commented 4 years ago

These changes restructure how meta-packages are parsed to make the setup more easily extensible and introduce a new meta-package called bp.run which toggles the labels and other configuration options required by Buildpack "run images".

See #80 for more information on this and the individual commits for details on the implementation.