Fixed rabbitmq docker deprecated environment variables#863
Conversation
Cannot reproduce All working as intended. How do I produce an error that requires pysnooper? |
|
@subdavis I followed the exact same sequence of commands. Trying
The error log pretty much shows a missing |
result in rabbit container giving an error: error: deprecated environment variables detected Please use a configuration file instead; visit https://www.rabbitmq.com/configure.html to learn more switch to I can't confirm the pysnooper error either. |
|
Since the girder dev pysnooper error is not reproducible by others, I will assume it's an issue on my end. Reverted the girder dev requirements changes while only keeping the rabbitmq and mongo version pinning. This should be noted for later that the |
Rabbitmq deprecated environment variables in release 3.9 (current latest) which causes the docker instances for web to no longer work. The quick fix for now is to pin version 3.8 to the rabbitmq image.
Furthermore, girder docker requires thepysnooperdependency to be run in dev mode, so added this to the dev requirements.Finally, pinned the
mcdocker dev container to usemongo:latestto match the image in themongodocker container. This does not change anything, but since all other images pin a version, this should follow the same convention.