-
Notifications
You must be signed in to change notification settings - Fork 72
Labels
Description
[RFC 0134] Execution Environments
Summary
This issue tracks the implementation of RFC 0134: Execution Environments across the Platform and Buildpack API specifications.
RFC 0134 introduces support for multiple execution environments (production, test, development) to allow buildpacks to adapt their behavior based on the target environment. This enables use cases like including test dependencies only when building for testing, or optimizing builds differently for development vs production.