Method: Inspec::Resources::DockerImage#repo
- Defined in:
- lib/resources/docker_image.rb
#repo ⇒ Object
50 51 52 |
# File 'lib/resources/docker_image.rb', line 50 def repo image_info.repositories[0] if image_info.entries.size == 1 end |