An open API service indexing awesome lists of open source software.

https://github.com/rosspatil/cloud-native-buildpack-go

This is a GoLang builder using Cloud Native buildpacks.
https://github.com/rosspatil/cloud-native-buildpack-go

alipne builder buildpacks cloud-native-buildpacks cnb go golang golang-examples

Last synced: 3 months ago
JSON representation

This is a GoLang builder using Cloud Native buildpacks.

Awesome Lists containing this project

README

        

# 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
```

This builder uses customized stack image by me -
```
run-image: roshanpatil/cnb-base-image:alpine
build-image: roshanpatil/cnb-base-image:alpine
```