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

Latest commit

 

History

History
19 lines (13 loc) · 491 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 491 Bytes

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