| - name: operator-builder |
| version: 1.0.0 |
| from: golang:1.21.6 |
| description: Builder Image for the Operator |
| |
| modules: |
| repositories: |
| - path: modules |
| install: |
| - name: org.kie.kogito.goModDownload |
| - name: org.kie.kogito.app.builder |
| |
| - name: kogito-serverless-operator |
| version: 999.0.0-snapshot |
| from: registry.access.redhat.com/ubi9/ubi-micro:latest |
| description: Runtime Image for the Operator |
| |
| artifacts: |
| - path: /workspace/manager |
| image: operator-builder |
| dest: /usr/local/bin |
| name: manager |
| |
| run: |
| workdir: /usr/local/bin |
| user: 1001 |
| entrypoint: |
| - "manager" |