3 个版本
0.1.3 | 2022 年 3 月 7 日 |
---|---|
0.1.2 | 2021 年 12 月 22 日 |
0.1.1 | 2021 年 12 月 21 日 |
0.1.0 |
|
#11 in #coming
27KB
642 代码行
harbor_rs
Harbor API 版本:v1.10.0,v2.0 即将推出。
Harbor API 在 Rust 中。
[dependencies]
harbor_rs = "0.1.3"
clean-image-tags
根据时间间隔清理 Harbor 上的镜像 Tag
harbor_base_api: "https://example.com/api"
harbor_username: "admin"
harbor_password": "admin"
clean_interval": 20 # 清理 20 天前构建的镜像
repos:
- "test/image1"
- "test/image2"
许可证
依赖
~9–22MB
~338K SLoC