Restrict the container registry from which drone can pull images for build

There is a Global Registries File which is used to store the credentials for registries.

I was wondering if there is a way to restrict drone from pulling images from registries other than what is configured using the Global Registries File.

This is not currently possible, be we are adding a new feature that will allow you to apply custom policies to your yaml files by creating a simple plugin (you will have to write a small amount of code) but it will definitely be possible. This capability will appear in the 0.9 release.

Thanks for the prompt response! :grinning: