Skip to content

rosspatil/cloud-native-buildpack-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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