CI/CD pipeline runner with Docker
Docker ile CI/CD pipeline calistiricisi
Async runtime
tokio = { version = "1", features = ["full"] }Docker API
bollard = "0.16"Pipeline yapilandirma
serde_yaml = "0.9"Copy this Cargo.toml to get started:
[package]
name = "my-ci-runner"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1", features = ["full"] }
bollard = "0.16"
serde_yaml = "0.9"
thiserror = "1"
tracing = "0.1"Learn these patterns to build this project effectively: