зеркало из https://github.com/mozilla/task-boot.git
9
Home
Luni-4 редактировал(а) эту страницу 2020-06-17 21:58:25 +02:00
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.