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

10
.woodpecker/test.yml Normal file
View File

@@ -0,0 +1,10 @@
steps:
- name: clippy
image: rust:${RUST_VERSION}
commands:
- cargo clippy --all-targets --all-features -- -D warnings
matrix:
RUST_VERSION:
- "1.91.1"
- "1.91.0"