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
Buildpack RFC0074 makes a modification to the layer metadata file to move the build, launch, and cache keys under a top-level types table. The new format would look like the following:
[types]
launch = truebuild = falsecache = false
We will need to make sure that buildpacks using Buildpack API 0.6 or higher have their layer metadata files written to include this new types table.
Proposal
If the buildpack is using Buildpack API 0.6 or higher, include the build, launch, and cache keys under a top-level types table when writing out the layer metadata file.
For buildpacks using older versions of the Buildpack API, keep the existing behavior.
The text was updated successfully, but these errors were encountered:
Summary
Buildpack RFC0074 makes a modification to the layer metadata file to move the
build
,launch
, andcache
keys under a top-leveltypes
table. The new format would look like the following:We will need to make sure that buildpacks using Buildpack API 0.6 or higher have their layer metadata files written to include this new
types
table.Proposal
If the buildpack is using Buildpack API 0.6 or higher, include the
build
,launch
, andcache
keys under a top-leveltypes
table when writing out the layer metadata file.For buildpacks using older versions of the Buildpack API, keep the existing behavior.
The text was updated successfully, but these errors were encountered: