Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 465 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 465 Bytes

cloud-native-buildpack-go

This is a GoLang builder using Cloud Native buildpacks

You can create your custom Cloud Native buildpacks by taking the help of this example repository.

Folowing command makes you use this builder -

pack build --builder roshanpatil/cnb-go-builder:alpine <container image name>

This builder uses customized stack image by me -

run-image: roshanpatil/cnb-base-image:alpine
build-image: roshanpatil/cnb-base-image:alpine