mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-13 11:18:39 +00:00
19 lines
471 B
Markdown
19 lines
471 B
Markdown
# `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](https://buildpacks.io)
|
|
|
|
## 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
|
|
```
|