We currently use the docker image drone/drone:1.0.0-rc.5-linux-amd64.
We have been trying to find how to use images from a private docker registry, but to our surprise, it seems to be quite difficult to achieve. even though we would expect this to be one of the first things implemented in an open source CI system that focuses exclusively on Docker.
We found two workaround but haven’t succeeded yet:
- How do you authenticate with and pull from an ECR registry?
- How do you authenticate with and pull from an ECR registry?
Is there any update on this subject as of v1.0.0-rc.5, or is this feature intended to be only available to enterprise users ?