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
Currently CNB platform API 0.3 is supported for interaction between the Spring Boot build plugin image-building goals/tasks. We can add support for platform API 0.4 while retaining support for 0.3.
If a builder supports platform API 0.4, we can pass the env var CNB_PLATFORM_API=0.4 and command argument -process-type=web to each lifecycle phase. This will allow users more control over process types and custom commands in the generated image.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Currently CNB platform API 0.3 is supported for interaction between the Spring Boot build plugin image-building goals/tasks. We can add support for platform API 0.4 while retaining support for 0.3.
If a builder supports platform API 0.4, we can pass the env var
CNB_PLATFORM_API=0.4
and command argument-process-type=web
to each lifecycle phase. This will allow users more control over process types and custom commands in the generated image.The text was updated successfully, but these errors were encountered: