.kitchen.yml in kitchen-docker-2.9.0 vs .kitchen.yml in kitchen-docker-2.10.0

- old
+ new

@@ -4,26 +4,33 @@ --- driver: name: docker provision_command: curl -L https://www.chef.io/chef/install.sh | bash +transport: + name: docker + provisioner: name: dummy platforms: - name: amazonlinux-2 - name: ubuntu-16.04 - name: ubuntu-18.04 - name: fedora-latest + driver: + provision_command: + - yum install libxcrypt-compat.x86_64 -y + - curl -L https://www.chef.io/chef/install.sh | bash - name: centos-6 - name: centos-7 - name: oraclelinux-6 - name: oraclelinux-7 - name: debian-8 - name: debian-9 - name: opensuse-42.3 driver: - image: opensuse:42.3 + image: opensuse/leap:42.3 - name: opensuse/leap-42 # - name: arch # driver: # image: base/archlinux # provision_command: true