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
Some cloud image datasources provide filtering mechanisms, such as the most_recent and name_regex parameters in aws_ami or google_compute_instance. I reviewed the code and identified two possible approaches to implement this feature:
Client-side approach: Query all image aliases to Incus server, then apply the filters within the provider.
or
Server-side approach: Modify the Incus server image_alias to accept filtering parameters directly. Something like here.
Which approach do you think would be more appropriate?
If this issue seems relevant, I’d be happy to contribute by working on it!
The text was updated successfully, but these errors were encountered:
Some cloud image datasources provide filtering mechanisms, such as the
most_recent
andname_regex
parameters in aws_ami or google_compute_instance. I reviewed the code and identified two possible approaches to implement this feature:or
image_alias
to accept filtering parameters directly. Something like here.Which approach do you think would be more appropriate?
If this issue seems relevant, I’d be happy to contribute by working on it!
The text was updated successfully, but these errors were encountered: