We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Choose one: FEATURE REQUEST
(not sure if this is a feature request or not...)
Mongo Dockerfile is using a very old (2 years) version of MongoDB.
This version is then being used litmus 3.0.0 (e.g. here: https://github.com/litmuschaos/litmus/blob/master/mkdocs/docs/3.0.0-beta4/litmus-3.0.0-beta4.yaml#L823),
I've just done a local scan of the image using trivy: trivy i litmuschaos/mongo:4.2.8 and it shows:
trivy i litmuschaos/mongo:4.2.8
litmuschaos/mongo:4.2.8 (ubuntu 18.04) Total: 374 (UNKNOWN: 0, LOW: 144, MEDIUM: 215, HIGH: 15, CRITICAL: 0)
Is it possible to move to the latest numbered verison: 6.0.4 - https://hub.docker.com/layers/library/mongo/6.0.4/images/sha256-3c8dd1b08f8a2ec0338902affd432b40130e5acf49d6e3a1ca05ff5168100059?context=explore to reduce the vulnerability count?
This would involve changes to:
(Possbily just changing 4.2.8 references to 6.0.4).
I then don't know how/who needs to make the required change on litmuschaos to specify the new containers use?
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this a BUG REPORT or FEATURE REQUEST?
Choose one: FEATURE REQUEST
(not sure if this is a feature request or not...)
Mongo Dockerfile is using a very old (2 years) version of MongoDB.
This version is then being used litmus 3.0.0 (e.g. here: https://github.com/litmuschaos/litmus/blob/master/mkdocs/docs/3.0.0-beta4/litmus-3.0.0-beta4.yaml#L823),
I've just done a local scan of the image using trivy:
trivy i litmuschaos/mongo:4.2.8
and it shows:Is it possible to move to the latest numbered verison: 6.0.4 - https://hub.docker.com/layers/library/mongo/6.0.4/images/sha256-3c8dd1b08f8a2ec0338902affd432b40130e5acf49d6e3a1ca05ff5168100059?context=explore to reduce the vulnerability count?
This would involve changes to:
(Possbily just changing 4.2.8 references to 6.0.4).
I then don't know how/who needs to make the required change on litmuschaos to specify the new containers use?
Thanks!
The text was updated successfully, but these errors were encountered: