X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/69f0fad6138dc422bb01c60a2433c4f5687afe15..ef282832ff69e7a8df5d41f999297b0c84a94328:/test/integration/community/serverspec/docker_spec.rb diff --git a/test/integration/community/serverspec/docker_spec.rb b/test/integration/community/serverspec/docker_spec.rb index de7c426d2..0ed66a3be 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