build: Update libraries to latest version
This commit is contained in:
@@ -13,7 +13,7 @@ This repo holds CI Docker images for KollectAI infrastructure. Each subdirectory
|
||||
|
||||
## Registries
|
||||
|
||||
- **Harbor**: `192.168.1.72/kollect-tools/<image-name>` — production image store (project: `kollect-tools`)
|
||||
- **Harbor**: `kcr.kollect.biz/kollect-tools/<image-name>` — production image store (project: `kollect-tools`)
|
||||
- Images are tagged three ways: `latest`, short commit SHA, and `YYYYMMDD` date
|
||||
|
||||
## CI Workflow
|
||||
@@ -34,5 +34,5 @@ Required Gitea secrets: `HARBOR_USERNAME`, `HARBOR_PASSWORD`
|
||||
## Building Locally
|
||||
|
||||
```bash
|
||||
docker build -t 192.168.1.72/kollect-tools/<image-name>:latest ci/<image-name>/
|
||||
docker build -t kcr.kollect.biz/kollect-tools/<image-name>:latest ci/<image-name>/
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user