X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/7108c794e6ce1a3ea78f3ac6ff8fd7ea3bdc62a3..d5d78aa42c55fcf94c90655a19030bb7da65eeda:/test/integration/community/serverspec/docker_spec.rb?ds=inline 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