Skip to content
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

MongoDB upgrade - question #336

Open
mtcolman opened this issue Mar 14, 2023 · 0 comments
Open

MongoDB upgrade - question #336

mtcolman opened this issue Mar 14, 2023 · 0 comments

Comments

@mtcolman
Copy link

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:

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant