-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Now that support for extensions in image catalogs has been merged, we need to officially adopt the updated catalog.
Currently, we have a temporary catalog named catalog-extensions-<OS>.yaml (e.g. https://github.com/cloudnative-pg/artifacts/blob/main/image-catalogs/catalog-extensions-trixie.yaml). We have a couple of options moving forward:
-
Directly add extensions to the existing
minimalcatalog and rename the current non-extension version tominimal-legacy.yaml(this would remain suitable for pre-1.29 versions and would be dismissed when 1.28 phases out). -
Add extensions to a new temporary catalog called
minimal-with-extensions, announcing that from version 1.31, this catalog will be renamed tominimal.yaml. -
Similar to the above, but make the separation permanent. In this case, the name could differ from the current
catalog-extensions-<OS>.yaml, and we could evaluate a specific type, such asextensions.
What are your thoughts on these options? Are there any other possible alternatives?