You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my install fails because there's a newer version :
yum_package[docker-ce] (/var/chef/cache/cookbooks/docker/libraries/docker_installation_package.rb line 19) had an error: Chef::Exceptions::Package: Installed package docker-ce-17.12.0.ce-1.el7.centos is newer than candidate package docker-ce-17.09.0.ce-1.el7.centos
Steps to Reproduce:
run chef docker_service without a version
docker_service 'default' do
action [:create, :start]
install_method 'package'
package_name 'docker-ce'
end
Expected Result:
Not having to specify a version, it should default to the latest ?
Actual Result:
run fails
The text was updated successfully, but these errors were encountered:
Cookbook version
3.0.0
Chef-client version
12.20.3
Platform Details
oracle linux 7.4
Scenario:
my install fails because there's a newer version :
Steps to Reproduce:
run chef docker_service without a
version
Expected Result:
Not having to specify a version, it should default to the latest ?
Actual Result:
run fails
The text was updated successfully, but these errors were encountered: