Details
-
Task
-
Resolution: Done
-
Major - P3
-
None
-
None
-
None
Description
Using the below command shown on https://hub.docker.com/r/mongodb/mongo-cxx-driver leads to an error since we don't have a latest tag on the docker image.
docker pull mongodb/mongo-cxx-driver
|
User need to provide specific version to work around this error.

Expected
- Add a latest tag which points to the latest version of the docker image
- Update the docker release process to always update the latest tag when a new release is done.