build: Update libraries to latest version
This commit is contained in:
@@ -12,17 +12,17 @@ Everything from [`java-builder`](../java-builder/) (Java 25, Maven 3.9.x, Node +
|
||||
|
||||
```bash
|
||||
# Prerequisite: java-builder must already exist in the registry.
|
||||
docker build -t 192.168.1.72/kollect-tools/ci/sonar-runner:latest ci/sonar-runner/
|
||||
docker push 192.168.1.72/kollect-tools/ci/sonar-runner:latest
|
||||
docker build -t kcr.kollect.biz/kollect-tools/ci/sonar-runner:latest ci/sonar-runner/
|
||||
docker push kcr.kollect.biz/kollect-tools/ci/sonar-runner:latest
|
||||
```
|
||||
|
||||
### Build args
|
||||
|
||||
| Arg | Default | Description |
|
||||
|-----|---------|-------------|
|
||||
| `REGISTRY` | `192.168.1.72` | Registry hostname for the parent `java-builder` pull |
|
||||
| `REGISTRY` | `kcr.kollect.biz` | Registry hostname for the parent `java-builder` pull |
|
||||
| `JAVA_BUILDER_TAG` | `latest` | Tag of `java-builder` to extend |
|
||||
| `SONAR_SCANNER_VERSION` | `6.2.1.4610` | Bump in lockstep with `KollectAI-ETL/.gitea/workflows/sonar.yml`'s `SONAR_SCANNER_VERSION` |
|
||||
| `SONAR_SCANNER_VERSION` | `8.1.0.6389` | Bump in lockstep with `KollectAI-ETL/.gitea/workflows/sonar.yml`'s `SONAR_SCANNER_VERSION` |
|
||||
|
||||
## Usage in CI
|
||||
|
||||
@@ -31,7 +31,7 @@ jobs:
|
||||
scan:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: 192.168.1.72/kollect-tools/ci/sonar-runner:latest
|
||||
image: kcr.kollect.biz/kollect-tools/ci/sonar-runner:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user