MCPcopy Create free account
hub / github.com/buildpacks/pack / DefaultConfig

Function DefaultConfig

buildpackage/config_reader.go:29–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func DefaultConfig() Config {
30 return Config{
31 Buildpack: dist.BuildpackURI{
32 URI: ".",
33 },
34 Platform: dist.Platform{
35 OS: defaultOS,
36 },
37 }
38}
39
40func DefaultExtensionConfig() Config {
41 return Config{

Callers 1

Calls

no outgoing calls

Tested by 1