Skip to content

Commit 054b074

Browse files
authored
Merge pull request #116 from StackStorm/use-autogenerated-test-docker-images
Switch to autogenerated 'packagingtest' Docker images
2 parents c96c1ef + 88cfc83 commit 054b074

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.kitchen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ platforms:
2121
# Ubuntu Trusty with Upstart
2222
- name: ubuntu-14.04
2323
driver_config:
24-
image: stackstorm/packagingtest:trusty
24+
image: stackstorm/packagingtest:trusty-upstart
2525
platform: ubuntu
2626
disable_upstart: false
2727
run_command: /sbin/init
2828
# Ubuntu Xenial with Systemd
2929
- name: ubuntu-16.04
3030
driver_config:
31-
image: stackstorm/packagingtest:xenial
31+
image: stackstorm/packagingtest:xenial-systemd
3232
platform: ubuntu
3333
run_command: /sbin/init
3434
volume:

0 commit comments

Comments
 (0)