Error - missing cookbook 'docker'

Hi,

I am trying to run this
berksfile :
source 'https://supermarket.chef.io'

metadata
Metadata.rb:
name 'my_jenkins_cookbook'

depends 'git'
depends 'ruby_rbenv'
depends 'jenkins'
depends 'java'
depends 'docker'

version '0.0.2'

I have also tried will the required cookbooks in local and it doesn't locate jenkins_job resource from the jenkins_job cookbook.

Can someone help me with this blockage please?

image

Hi @snigdhar how are you running these tests? It sounds like Berkshelf or the Policyfile hasn't resolved and downloaded the required cookbooks.