Currently, for doing a build from source deploy the operator will push the image to a container registry.
What if the operator created a local registry and stored built images there? In theory, this might reduce some of the push/pull traffic and speed up the build/deploy process.
It's been a long time since I've been in the weeds of Tekton, so I can't remember if the image would be available on the cluster after a Tekton build... if it is, then feel free to close this as unnecessary.
Currently, for doing a build from source deploy the operator will push the image to a container registry.
What if the operator created a local registry and stored built images there? In theory, this might reduce some of the push/pull traffic and speed up the build/deploy process.
It's been a long time since I've been in the weeds of Tekton, so I can't remember if the image would be available on the cluster after a Tekton build... if it is, then feel free to close this as unnecessary.