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.
- Host: GitHub
- URL: https://github.com/rosspatil/cloud-native-buildpack-go
- Owner: rosspatil
- Created: 2020-07-06T10:23:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T10:36:07.000Z (almost 5 years ago)
- Last Synced: 2024-11-16T22:12:37.897Z (5 months ago)
- Topics: alipne, builder, buildpacks, cloud-native-buildpacks, cnb, go, golang, golang-examples
- Language: Shell
- Homepage:
- Size: 2.06 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cloud-native-buildpack-go
This is a GoLang builder using Cloud Native buildpacksYou 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
```