Skip to content

onspaceship/booster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

33 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Booster

The Buildpack-powered build service


๐Ÿš€ Booster

This service handles image builds for the Magic Container Registry. It currently uses kpack to handle the actual build process, but the plan is to drop that dependency in the future.

Releasing

Before Spaceship is self-hosting, you can build an image manually with pack:

pack build us.gcr.io/onspaceship/booster --builder paketobuildpacks/builder:tiny
docker tag us.gcr.io/onspaceship/booster us.gcr.io/onspaceship/booster:$(git rev-parse HEAD)
docker push us.gcr.io/onspaceship/booster:$(git rev-parse HEAD)
docker push us.gcr.io/onspaceship/booster:latest

About

๐Ÿš€ The Buildpack-powered build service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages