GoogleCloudPlatform / microservices-demo

Sample cloud-first application with 10 microservices showcasing Kubernetes, Istio, and gRPC.
https://cymbal-shops.retail.cymbal.dev
Apache License 2.0
16.19k stars 6.8k forks source link

Update Python apps `emailservice`, `recommendationservice` and `loadgenerator` to `python:3.10-slim` #880

Closed mathieu-benoit closed 1 year ago

mathieu-benoit commented 2 years ago

Let's update the Python apps emailservice, recommendationservice and loadgenerator from python:3.7-slim to python:3.10-slim to get latest and greatest and decrease the amount of CVEs.

Anyone taking this can take inspiration from the great job from this: https://github.com/julianocosta89/opentelemetry-microservices-demo/pull/1/files

mathieu-benoit commented 1 year ago

Bumped to Python 3.9 with PR #984. But still an issue with Python 3.10 like explained here: https://github.com/GoogleCloudPlatform/microservices-demo/pull/984#issuecomment-1232344995

mathieu-benoit commented 1 year ago

Done https://github.com/GoogleCloudPlatform/microservices-demo/pull/1316