/booster

🚀 The Buildpack-powered build service

Primary LanguageGo

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