Implement Docker integration with BollardAdapter; add Dockerfile, docker-compose, and update dependencies
Some checks failed
ci/woodpecker/push/test/1 Pipeline failed
ci/woodpecker/push/test/2 Pipeline failed

This commit is contained in:
2025-11-13 20:52:25 +00:00
parent d0a9583d22
commit 3f14c0d572
8 changed files with 137 additions and 14 deletions

View File

@@ -8,4 +8,5 @@ tokio = { version = "1", features = ["full"] }
async-compression = { version = "0.4", features = ["tokio", "xz"] }
bollard = "0.19"
anyhow = "1.0"
tokio-tar = "0.3"
tokio-tar = "0.3"
async-trait = "0.1"