Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.

buildpacks/knative-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Knative Cloud Native Buildpacks Integration

Run the test locally

Need to update the builder.toml file to add the following lines at the end of the file:

run-image = "cnbs/run@$RUN_IMAGE_DIGEST"
build-image = "cnbs/build@$BUILD_IMAGE_DIGEST"

[lifecycle]
uri = "file://$LIFECYCLE_BINARIES"

where:

$RUN_IMAGE_DIGEST is the digest of the latest cnbs/run

$BUILD_IMAGE_DIGEST is the digest of the latest cnbs/build

$LIFECYCLE_BINARIES path to the lifecycle binaries

Releases

No releases published

Packages

No packages published

Languages