Hi there we are tying to integrate a custom build of a docker Jenkins slave based on
https://hub.docker.com/r/evarga/jenkins-slave/.
We seem to hit a wall on how to pull these images from ECR into our buildslave nodes.
We have create a Docker Template which needs to pull the image but we cannot seem to get this working.
I guess it has something to do with providing the ECR credentials so the Docker Template can be pulled. But I could be wrong.
Currently when we try to kickoff the job. It just hangs without any feedback on:
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
When we try to use the default 'evarga/jenkins-slave:latest' the pull is executed immediatly. Any hints on how we can integrate ECR into the pulling of the Docke buildslave images?
We have install the ECR plugin but this gives no help.
Any help is appreciated
- Marco