Skip to content

Support for custom Alpine repository keys

Stefan Reimer requested to merge (removed):main into main

Support for optional custom Alpine repository keys.

This would allow packages to be installed from custom repositories via simple overlay config, rather than having to script the install during post-install.

Overlay config options eg: Define custom repo like: repos { "https://cdn.zero-downtime.net/alpine/v3.17/kubezero" = kubezero }

and matching key to be trusted at install time: repos_keys = [ "https://cdn.zero-downtime.net/alpine/stefan@zero-downtime.net-61bb6bfb.rsa.pub" ]

Merge request reports