Skip to content

Commit

Permalink
Unpin the docker version in the test cookbook
Browse files Browse the repository at this point in the history
We need one that's Chef 14 compatible

Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Jun 20, 2018
1 parent d8a7489 commit bb7b442
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion Berksfile
@@ -1,4 +1,3 @@
source 'https://supermarket.chef.io'

cookbook 'dokken_test', path: 'test/cookbooks/dokken_test'
cookbook 'docker'
1 change: 0 additions & 1 deletion test/cookbooks/dokken_test/README.md

This file was deleted.

3 changes: 1 addition & 2 deletions test/cookbooks/dokken_test/metadata.rb
@@ -1,4 +1,3 @@
name 'dokken_test'
version '0.0.1'

depends 'docker', '<= 2.15.14'
depends 'docker'
4 changes: 1 addition & 3 deletions test/cookbooks/dokken_test/recipes/default.rb
Expand Up @@ -4,7 +4,7 @@
action :create
end

package_list = %w(
package %w(
gcc-c++
gcc
git
Expand All @@ -25,8 +25,6 @@
which
)

package package_list

docker_service 'default' do
host ['tcp://127.0.0.1']
action [:create, :start]
Expand Down

0 comments on commit bb7b442

Please sign in to comment.