replace drone-agent image
i was having a hard time with drone until i found the image listed in drone's compose file points to drone/agent:{{ drone.agent_version }} , which has been updated 2 years ago.
drone documentation points to drone/drone-runner-docker, and as soon as i used override to use that version my issues went away. i suggest changing the drone-agent image at docker-compose.drone.yml to drone/drone-runner-docker
@denis.ev FYI