.kitchen.yml in kitchen-docker-2.12.0 vs .kitchen.yml in kitchen-docker-2.13.0
- old
+ new
@@ -20,11 +20,10 @@
driver:
provision_command:
- yum install libxcrypt-compat -y
- curl -L https://www.chef.io/chef/install.sh | bash
- name: centos-7
-- name: centos-8
- name: oraclelinux-7
- name: rockylinux-8
- name: debian-9
- name: debian-10
- name: opensuse-15
@@ -37,16 +36,16 @@
dockerfile: test/Dockerfile
run_command: /sbin/init
suites:
- name: default
- excludes: [arch]
+ excludes: [arch, debian-9]
- name: context
- excludes: [arch]
+ excludes: [arch, debian-9]
driver:
build_context: false
- name: capabilities
- includes: [debian-9,debian-10,ubuntu-18.04,ubuntu-20.04]
+ includes: [debian-10,ubuntu-18.04,ubuntu-20.04]
driver:
provision_command:
- curl -L https://www.chef.io/chef/install.sh | bash
- apt-get install -y net-tools
cap_drop: