rosspatil / cloud-native-buildpack-go

This is a GoLang builder using Cloud Native buildpacks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is a GoLang builder using Cloud Native buildpacks.


Languages

Language:Shell 77.1%Language:Dockerfile 22.9%