-
Bug
-
Resolution: Done
-
Undefined
-
None
-
None
-
False
-
-
False
-
-
[3823784328] Upstream Reporter: Lalatendu Mohanty
Upstream issue status: Closed
Upstream description:
We have following base images in the cuda-app and python-app conf file . We should pick a specific version and have renovate [1] ~or dependabot~ update it for us. So that we can run test jobs with the new version to see if it works fine.
```
BASE_IMAGE=quay.io/sclorg/python-312-c9s:c9s
```
```
BASE_IMAGE=registry.access.redhat.com/ubi9/python-312:latest
```
Configure Renovate to automatically update base container images:
- Add renovate.json with custom regex manager for build-args/*.conf
- Pin the BASE_IMAGE (both python-312:latest and python-312-c9s:c9s to the current digest)
- Pin sclorg Python image digest for rolling c9s tag
- Enable digest pinning for reproducible builds
Renovate will create PRs when:
- New version tags are available (UBI image)
- Image digests change (both images)
- links to