mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-18 05:18:24 +02:00
chore(cnbbuild): Bump PLATFORM_API to 0.11 (#4507)
Co-authored-by: Pavel Busko <pavel.busko@sap.com>
This commit is contained in:
parent
e2bf31872b
commit
086232d201
@ -29,8 +29,9 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
creatorPath = "/cnb/lifecycle/creator"
|
||||
platformPath = "/tmp/platform"
|
||||
creatorPath = "/cnb/lifecycle/creator"
|
||||
platformPath = "/tmp/platform"
|
||||
platformAPIVersion = "0.11"
|
||||
)
|
||||
|
||||
type cnbBuildUtilsBundle struct {
|
||||
@ -526,7 +527,7 @@ func runCnbBuild(config *cnbBuildOptions, telemetry *buildpacks.Telemetry, utils
|
||||
}
|
||||
|
||||
utils.AppendEnv([]string{fmt.Sprintf("CNB_REGISTRY_AUTH=%s", cnbRegistryAuth)})
|
||||
utils.AppendEnv([]string{"CNB_PLATFORM_API=0.9"})
|
||||
utils.AppendEnv([]string{fmt.Sprintf("CNB_PLATFORM_API=%s", platformAPIVersion)})
|
||||
|
||||
creatorArgs := []string{
|
||||
"-no-color",
|
||||
|
Loading…
x
Reference in New Issue
Block a user