Skip to content

Commit

Permalink
kitchen: move chef_image into driver section
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Dec 23, 2024
1 parent 0578a5d commit 332e5e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .kitchen.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
driver:
name: dokken
chef_version: 18
chef_image: ghcr.io/firefishy/chef-docker-image
chef_version: latest
volumes:
- /var/lib/docker
env:
Expand All @@ -21,8 +22,6 @@ provisioner:
name: dokken
chef_license: accept
data_bags_path: test/data_bags
chef_image: ghcr.io/firefishy/chef-docker-image:latest
chef_version: latest
slow_resource_report: true
clean_dokken_sandbox: true
attributes:
Expand Down

0 comments on commit 332e5e0

Please sign in to comment.