buildpackrunner

package
v0.0.0-...-ced564e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 21 Imported by: 7

Documentation

Index

Constants

View Source
const DOWNLOAD_TIMEOUT = 10 * time.Minute
View Source
const DeaStagingInfoFilename = "staging_info.yml"

Variables

This section is empty.

Functions

func GitClone

func GitClone(repo url.URL, destination string) error

func IsZipFile

func IsZipFile(filename string) bool

Types

type DeaStagingInfo

type DeaStagingInfo struct {
	DetectedBuildpack string                                 `json:"detected_buildpack" yaml:"detected_buildpack"`
	StartCommand      string                                 `json:"start_command" yaml:"start_command"`
	Config            *buildpackapplifecycle.BuildpackConfig `json:"config,omitempty" yaml:"config,omitempty"`
}

Used to generate YAML file read by the DEA

func (DeaStagingInfo) GetEntrypointPrefix

func (stagingInfo DeaStagingInfo) GetEntrypointPrefix() string

type Release

type Release struct {
	DefaultProcessTypes buildpackapplifecycle.ProcessTypes `yaml:"default_process_types"`
}

type Runner

type Runner struct {
	// contains filtered or unexported fields
}

func (*Runner) CleanUp

func (runner *Runner) CleanUp() error

func (*Runner) GetContentsDir

func (runner *Runner) GetContentsDir() string

func (*Runner) GetDepsDir

func (runner *Runner) GetDepsDir() string

func (*Runner) GoLikeLightning

func (runner *Runner) GoLikeLightning() (string, string, error)

func (*Runner) MergeLaunchYML

func (runner *Runner) MergeLaunchYML(buildpackIndex int, procMap resources.LaunchData) (resources.LaunchData, error)

func (*Runner) ProcessFinalBuildpack

func (runner *Runner) ProcessFinalBuildpack(detectedBuildpack, detectedBuildpackDir string, procMap resources.LaunchData) (resources.LaunchData, error)

func (*Runner) ProcessYML

func (runner *Runner) ProcessYML(selectedBuildpacks []string) (resources.LaunchData, error)

func (*Runner) Run

func (runner *Runner) Run() (string, error)

func (*Runner) Setup

func (runner *Runner) Setup() error

func (*Runner) WriteResultJSON

func (runner *Runner) WriteResultJSON(resultData buildpackapplifecycle.StagingResult, buildpacks []buildpackapplifecycle.BuildpackMetadata) (string, error)

func (*Runner) WriteStagingInfoYML

func (runner *Runner) WriteStagingInfoYML(resultData buildpackapplifecycle.StagingResult, buildpacks []buildpackapplifecycle.BuildpackMetadata) (string, error)

func (*Runner) WriteStartCommands

func (runner *Runner) WriteStartCommands(detectedBuildpackDir, detectedBuildpack, detectOutput string, procMap resources.LaunchData) (string, string, error)

type ZipDownloader

type ZipDownloader struct {
	// contains filtered or unexported fields
}

func NewZipDownloader

func NewZipDownloader(skipSSLVerification bool) *ZipDownloader

func (*ZipDownloader) DownloadAndExtract

func (z *ZipDownloader) DownloadAndExtract(u *url.URL, destination string) (uint64, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL