-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
area/debugkind/feature-requestpriority/p0Highest priority. We are actively looking at delivering it.Highest priority. We are actively looking at delivering it.
Description
Expected behavior
Similar to what was done in #4345, but the general case that works for docker builds as well.
Actual behavior
Debug events are not sent when the Dockerfile CMD or ENTRYPOINT contains /bin/sh -c ...
Something like
ENTRYPOINT [ "/bin/sh", "-c" ]
CMD [ "python -m ptvsd --port 3000 --host 0.0.0.0 manage.py runserver 0.0.0.0:8080 --noreload" ]Information
- Skaffold version: version 4c2ea7c
- Operating system: macOS 10.15.4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/debugkind/feature-requestpriority/p0Highest priority. We are actively looking at delivering it.Highest priority. We are actively looking at delivering it.