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
We can also add a custom target and reference an external frontend to handle building it:
targets:
custom:
frontend:
image: my.image:latest
But we can't create a custom target and tell it to use the built-in implementation.
This would be useful when you need to use the same underlying builder implementation but have some slight variances under a different target name
Maybe we can just call the field alias_for or something like that and use that to lookup the other frontend.
Potentially a spec could use alias_for with a target that's actually defined in the spec. Maybe we could support this where the target data is inherited from the other definition?
What kind of request is this?
None
What is your request or suggestion?
We currently have a targets section like so:
We can also add a custom target and reference an external frontend to handle building it:
But we can't create a custom target and tell it to use the built-in implementation.
This would be useful when you need to use the same underlying builder implementation but have some slight variances under a different target name
Or probably more accurately:
Alternatively this could get added to the
frontend
sectionAre you willing to submit PRs to contribute to this feature request?
The text was updated successfully, but these errors were encountered: