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
Per the CNB spec, platforms should pass a CNB_PLATFORM_API variable to all builder lifecycle phases to ensure the phases support the expected platform API version. It is now possible for a lifecycle to implement multiple buildpack and platform APIs, so Spring Boot should follow this recommendation to ensure compatibility with future builders that might default to a different platform API version than the one Boot is expecting.
The text was updated successfully, but these errors were encountered:
Per the CNB spec, platforms should pass a
CNB_PLATFORM_API
variable to all builder lifecycle phases to ensure the phases support the expected platform API version. It is now possible for a lifecycle to implement multiple buildpack and platform APIs, so Spring Boot should follow this recommendation to ensure compatibility with future builders that might default to a different platform API version than the one Boot is expecting.The text was updated successfully, but these errors were encountered: