We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 105b6c4 commit 7b49117Copy full SHA for 7b49117
1 file changed
kitchen.yml
@@ -76,8 +76,7 @@ platforms:
76
- name: centos-stream9-puppet-8
77
driver:
78
image: 'datadog/docker-library:chef_kitchen_systemd_centos_9'
79
- build_context: 'kitchen/dockerfiles'
80
- dockerfile: 'centos9.Dockerfile'
+ dockerfile: 'kitchen/dockerfiles/centos9.Dockerfile'
81
platform: centosstream
82
docker_platform: linux/amd64
83
privileged: true
@@ -108,8 +107,7 @@ platforms:
108
107
- name: rocky-9-puppet-8
109
110
image: 'datadog/docker-library:chef_kitchen_systemd_rocky_9'
111
112
- dockerfile: 'rocky9.Dockerfile'
+ dockerfile: 'kitchen/dockerfiles/rocky9.Dockerfile'
113
platform: rhel # kitchen-docker has issues installing packages otherwises
114
115
0 commit comments