I need to pull ecr image in drone pipeline and I have 18 drone agents

I have to pull ecr image for the drone pipeline. Now I can pull ecr image using other image and inside that container I can create this ecr image container.( Container of container). I need to pull that image on the drone agent host and need to use ecr image for the pipeline.

I tried drone-plugin-registry but it’s not working. Plz guide me to fix this.

to pull images from an ecr registry you can install the drone-registry-plugin. This plugin is mature and is being used by a number of our customers in production for this purpose: