1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-08 00:55:14 +00:00
kontain.me/cmd/buildpack
2021-08-14 15:58:51 -04:00
..
deploy.sh add deploy.sh scripts 2021-08-14 14:40:25 -04:00
main.go base buildpack images on gcp/run:v1 2021-02-08 13:24:30 -05:00
README.md Add kaniko.kontain.me - Fixes #11 2020-12-23 06:42:54 -05:00
test.sh split up tests too 2021-08-14 15:58:51 -04:00

buildpack.kontain.me

docker pull buildpack.kontain.me/[ghuser]/[ghrepo][/path/to/app]:[revision] serves an image fetched from source on GitHub and built using CNCF Buildpacks

Examples

Build the latest revision of a repo:

docker pull buildpack.kontain.me/googlecloudplatform/buildpack-samples/sample-go

Build a specific commit:

docker pull buildpack.kontain.me/googlecloudplatform/buildpack-samples/sample-go:ed393d