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
As a layer contributor, I can't presently set process types. That can only happen in the build func. Enable a layer contributor to set process types, so that logic can move out of build into the layer contributors which often are the ones with the most knowledge about the command to run.
This should be optional though. If the layer contributor does not want to contribute processes, that's OK. If the layer contributor doesn't have enough information to set the process types, that's OK too, and they should still be possible to be set in the build func.
Motivation
In simple cases, which is where layer contributor excels the layer contributor can contribute a process type and then the logic for this is more cleanly separated in the layer contributor versus in the build func.
The text was updated successfully, but these errors were encountered:
@dmikusa is this labeled v2 because it is likely to be breaking? Can we consider if this could also be done after a v2 release, even if this might add a little extra for a backward compatible implementation?
Describe the Enhancement
As a layer contributor, I can't presently set process types. That can only happen in the build func. Enable a layer contributor to set process types, so that logic can move out of build into the layer contributors which often are the ones with the most knowledge about the command to run.
This should be optional though. If the layer contributor does not want to contribute processes, that's OK. If the layer contributor doesn't have enough information to set the process types, that's OK too, and they should still be possible to be set in the build func.
Motivation
In simple cases, which is where layer contributor excels the layer contributor can contribute a process type and then the logic for this is more cleanly separated in the layer contributor versus in the build func.
The text was updated successfully, but these errors were encountered: