Changes:
- Konflux Dockerfiles updated to use authenticated UBI images from authenticated registry
- Upstream release Dockerfile updated to use golang builder image 1.25.3
Signed-off-by: Sayan Biswas <sayan-biswas@live.com>
Changes:
- Update go version to 1.25.3
- Update dependencies to mitigate CVEs
- Fix tests to work with broken APIs after update
- Remove/Replace deprecated methods
- Update Git command to ignore pre-commit hooks
- Update Go builder image to 1.25 in docker files and Openshift CI
- Update tekton pipeline task bundles to have updated golang image
Signed-off-by: Sayan Biswas <sayan-biswas@live.com>
- Update Dockerfiles to use the ubi9 go-toolset images. For the
releaser image, this avoids downloading the go sdk as part of the
relase process.
- Add `build-container` make target for convenience.
- Update ci-operator build root to use rhel-9 golang 1.20 image for OCP
4.15
Signed-off-by: Adam Kaplan <adam.kaplan@redhat.com>
- Use bind mount instead of tar stream to add source code to the release
container.
- Update release Dockerfile to declare volume for the s2i source.
Command updated to remove tar stream in
- Add sti-version-defs file to .gitignore