X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b2debb5376df171b72f7e12370920faa26428537..ab2f9b82009d472b6219d19b0f31e6cab638c769:/test/integration/community/serverspec/docker_spec.rb?ds=sidebyside diff --git a/test/integration/community/serverspec/docker_spec.rb b/test/integration/community/serverspec/docker_spec.rb index de7c426d2..09aada4ce 100644 --- a/test/integration/community/serverspec/docker_spec.rb +++ b/test/integration/community/serverspec/docker_spec.rb @@ -11,3 +11,15 @@ describe service("docker") do it { should be_enabled } it { should be_running } end + +describe docker_image('local_discourse/data:latest') do + it { should exist } +end + +describe docker_image('local_discourse/mail-receiver:latest') do + it { should exist } +end + +describe docker_image('local_discourse/web_only:latest') do + it { should exist } +end