-
Notifications
You must be signed in to change notification settings - Fork 15
Home
Luni-4 edited this page Jun 17, 2020
·
9 revisions
TaskBoot allows you to build and publish Docker images from your Git repositories in Taskcluster.
You are supposed to use it through its own Docker image mozilla/taskboot:latest in your Taskcluster CI pipeline
You can first read about the basic concepts and options we use across commands.
And then dive into all the available commands:
- build to build a single Docker image,
- build-compose to build several images from a docker-compose.yml file,
- build-hook to build a Taskcluster hook from a json payload,
- deploy-heroku to deploy on Heroku a previously built Docker image.
- deploy-s3 to deploy on AWS S3 a previously built frontend (or any other file).
- push-artifact to push images previously built in a dependent Taskcluster task.
-
cargo-publish to publish a
Rust
crate on crates.io.