-
Notifications
You must be signed in to change notification settings - Fork 632
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
Windows docker image lacks mogosh and docker-entrypoint #708
Comments
Regarding the entrypoint script, see #291 (comment) Regarding |
I understand for the entrypoint. That's a shame. There is a PGP key associated to the zip file. Isn't that enough to validate that we got the right file ? |
That'd be easily in Linux, but Windows doesn't have a default tool that could be installed in a trusted way to verify a PGP signature, so then we'd have to also download and verify a tool for that. |
Also, a signature and a checksum solve different (related) problems -- one provides publisher identity verification while the other provides transport / "replacement" verification (or a clean cache bust if the file did need to be replaced/republished for a legitimate reason). |
That's unfortunate. But I think it would be worth it to have mongosh on the windows image as it would save a lot of time. By any chance, did you already ask the mongosh team for a checksum ? |
Hello,
I need to use Windows docker image to deploy mongodb. However, it lacks mogosh binary and an entrypoint script compared to what is available for Linux.
It is an issue for the following reasons:
/docker-entrypoint-initdb.d/
. It is also quite helpful.Mongosh would really help to have a properly set up mongodb instance with docker on Windows. Do you think it could be added in Windows images, just like for Linux ?
Thanks !
The text was updated successfully, but these errors were encountered: