My kubernetes deployment through jenkins hangs with Error: ImagePullBackOff

9/1/2021

I've just updated my EKS to v1.16 and everything is working fine except all of my pipeline in my Jenkins are hanging with

[Warning][ci/worker-98370a99-e136-4fde-a826-53f9a4750e16-j4d1h-15d13][Failed] Failed to pull image "bindock/aws-docker-kubectl:latest": rpc error: code = Unknown desc = Error response from daemon: pull access denied for bindock/aws-docker-kubectl, repository does not exist or may require 'docker login': denied: requested access to the resource is denied error.

I didn't change anything on the jenkins file and I tried to check for the image its trying to pull and it doesn't have any typo.

this is the image pull line in my Jenkinsfile

containerTemplate(name: 'kubectl', image: 'bindock/aws-docker-kubectl:latest', alwaysPullImage: 'false', command: 'cat', ttyEnabled: true)
-- DevopsinAfrica
amazon-ecr
amazon-web-services
docker
jenkins
kubernetes

0 Answers