You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or use-case? Please describe.
Cluster build strategies help developers get started quickly with Shipwright. However, teams/admins currently need to install cluster build strategy manually using kubectl apply, and referencing a YAML file (local or hosted remotely).
Describe the solution that you would like.
The operator should package a curated set of cluster build strategies, likely from https://github.com/shipwright-io/build/tree/main/samples, that it then installs via the operator. The location of these strategies should come from a well-defined location within the operator codebase so that downstream distros can modify the installed content.
Describe alternatives you have considered.
SHIP-0039 describes a more long term approach where we curate a catalog of build strategies. This feature is effectively a precursor that is more narrowly focused on the operator and does not impact other projects.
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing feature request for this?
Is your feature request related to a problem or use-case? Please describe.
Cluster build strategies help developers get started quickly with Shipwright. However, teams/admins currently need to install cluster build strategy manually using
kubectl apply
, and referencing a YAML file (local or hosted remotely).Describe the solution that you would like.
The operator should package a curated set of cluster build strategies, likely from https://github.com/shipwright-io/build/tree/main/samples, that it then installs via the operator. The location of these strategies should come from a well-defined location within the operator codebase so that downstream distros can modify the installed content.
Describe alternatives you have considered.
SHIP-0039 describes a more long term approach where we curate a catalog of build strategies. This feature is effectively a precursor that is more narrowly focused on the operator and does not impact other projects.
Anything else?
No response
The text was updated successfully, but these errors were encountered: