harbor_rs 0.1.3

Harbor API in Rust
Documentation
1
2
3
4
5
6
7
harbor_base_api: "https://example.com/api"
harbor_username: "admin"
harbor_password: "admin"
clean_interval: 20 # 清理 20 天前构建的镜像
repos:
  - "test/image1"
  - "test/image2"