chef-stackstorm icon indicating copy to clipboard operation
chef-stackstorm copied to clipboard

Use own StackStorm "init" Docker images in Test-Kitchen

Open arm4b opened this issue 8 years ago • 4 comments

Those images already have everything pre-installed to run properly default init system for specific OS.

See: https://github.com/StackStorm/ansible-st2/blob/master/.kitchen.yml#L25-L39

arm4b avatar Nov 14 '16 18:11 arm4b

Generally speaking its best to test with non-baked images for kitchen

shortdudey123 avatar Nov 14 '16 19:11 shortdudey123

@shortdudey123 You mean it's better to leave it as is? Eg. configure everything at a run-time.

arm4b avatar Nov 14 '16 21:11 arm4b

Yes, IMO that avoids caveats that are avoided w/ pre-baked images (since the purpose of them is to shortcut and speed things up)

shortdudey123 avatar Nov 14 '16 23:11 shortdudey123

Yes, IMO that avoids caveats that are avoided w/ pre-baked images (since the purpose of them is to shortcut and speed things up)

Agree on this.


@armab where can we find the Dockerfiles for stackstorm/packagingtest?

jvrplmlmn avatar Nov 24 '16 15:11 jvrplmlmn