jordigilh commented on issue #379: URL: https://github.com/apache/incubator-kie-kogito-serverless-operator/issues/379#issuecomment-1926826312
> @wmedvede adding the namespace to the image should do the trick: > > `10.104.85.50/namespace1/callbackstatetimeouts` > > It will be a great addition to our codebase. > > Many thanks for investigating it. I believe in OpenShift, the ImageStream is created with the namespace in the docker image. So it will be a matter of adding to Kaniko use cases. > > Great catch by the way!! The namespace idea is sound and makes total sense. Going further than this, I wonder if we should still use different tags for each build since we could still face this issue in the same namespace if the workflow is deployed with different profiles at some point of during the namespace's life. Also, I would have thought that the docker image would be updated every time it's pushed, that is the build should render a different image whether it's dev or non-dev. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
