-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Splunk Operator: build is not hermetic #1345
Labels
Comments
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 |
Thank you for raising this bug. We will look into that shortly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: