Documentation
¶
Index ¶
- Constants
- func CreateEnvFiles(platformDir string, envKeys []string) error
- func DownloadBuildpacks(buildpacks []string, buildpacksDir string, imageFetcher buildpack.ImageFetcher, ...) error
- func RemoveBuildOnlyLayers(layersDir string, buildpacks []buildpack.GroupElement, logger *log.Logger) error
- type BuildpackMetadata
- type LifecycleMetadata
- type OrderTOML
- type ProcessTypes
- type StagingResult
Constants ¶
View Source
const LifecycleType = "cnb"
Variables ¶
This section is empty.
Functions ¶
func CreateEnvFiles ¶
func DownloadBuildpacks ¶
func RemoveBuildOnlyLayers ¶
Types ¶
type BuildpackMetadata ¶
type LifecycleMetadata ¶
type LifecycleMetadata struct {
Buildpacks []BuildpackMetadata `json:"buildpacks"`
}
type ProcessTypes ¶
type StagingResult ¶
type StagingResult struct {
LifecycleMetadata `json:"lifecycle_metadata"`
ProcessTypes `json:"process_types"`
ExecutionMetadata string `json:"execution_metadata"`
LifecycleType string `json:"lifecycle_type"`
}
func StagingResultFromMetadata ¶
func StagingResultFromMetadata(buildMeta *files.BuildMetadata) *StagingResult
Click to show internal directories.
Click to hide internal directories.