GoogleContainerTools / container-debug-support

Language-runtime support files for in-container debugging
Apache License 2.0
93 stars 25 forks source link

[2.0] Drop Python 2.7 support and pydevd-pycharm #123

Open briandealwis opened 1 year ago

briandealwis commented 1 year ago

The python helper image is a monolithic image that includes debugging support for all supported versions of Python. Maintaining older versions becomes a drag on space. For 2.0, we should:

Users requiring Python 2.7 support can use Skaffold's debug-helpers-registry config setting to point to the v1 debug images (gcr.io/k8s-skaffold/skaffold-debug-support/v1) their own images.