Open paheath opened 4 months ago
I would use the digest instead of a tag. I think docker-splunk needs the same change. https://github.com/splunk/docker-splunk/blob/9b55b6960ee00f54c19a25a86a178f998824711b/base/redhat-8/Dockerfile#L19
Hey @paheath , can you open a separate issue on the docker-splunk repo here? Meanwhile, we are evaluating the fix on the Splunk Operator side.
Thank you for raising this bug. We will look into that shortly.
This will be fixed in release 2.7.
Please select the type of request
Bug
Tell us more
The image is built on ubi8:latest, meaning a build from the same commit could use a different base image depending on what
latest
points to at any given time. It would be preferable to point to a more specific tag or sha so old builds are repeatable.