dbbb3b0855
Why I did it Fix error during building docker-sonic-mgmt-framework on 201911 Signed-off-by: Stephen Sun stephens@nvidia.com How I did it Cause: While building sonic-mgmt-framework docker, it needs to install grpcio-tools version 1.20.0 which has a dependency on grpcio version >=1.20.0. As >=1.20.0 is specified, it will install the latest version of grpcio. It had worked well until the grpcio package version 1.40.0 was released 3 days ago. Looks like some new dependencies are introduced by the latest version. Fix: Designate grpcio version 1.39.0 explicitly, which is the latest version of grpcio that worked well. |
||
---|---|---|
.. | ||
base_image_files | ||
Dockerfile.j2 | ||
mgmt_vars.j2 | ||
rest-server.sh | ||
start.sh | ||
supervisord.conf |