I have been testing Drone by migrating a couple pipelines from an existing system and one thing that stood out to me was the container names when debugging a step. It’s possible that there are up to 10 containers inside that one pod and they are all named drone-container-randomstring
(which is default). Is it possible to rename these so they are more meaningful? So I’m not trying to exec
into one which I think is running the step.