Hi,
Sorry for my bad english.
I use drone 0.4.2 for a long time, but I upgrade this to 0.5.0. Server-agent system is good but after a lot of solved problem, i can’t solved this.
I explain, I use drone for build and push my own images on dockerhub, for this I use this .drone.yml :
pipeline:
build:
image: xataz/docker-client:1.13.1
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /home/xataz/.docker/config.json:/home/docker/.docker/config.json
environment:
- UID=1000
- GID=991
commands:
- chmod +x build.sh
- ./build.sh push
this works with drone 0.4.2, but no with drone 0.5.0, I have a error :
ERROR: Insufficient privileges to use volumes
Can you help me ?
Thanks and regards,
XataZ