Class: Avm::Instances::DockerImage
- Inherits:
-
Docker::Image
- Object
- EacDocker::Images::Templatized
- Docker::Image
- Avm::Instances::DockerImage
- Defined in:
- lib/avm/instances/docker_image.rb
Constant Summary
Constants inherited from Docker::Image
Docker::Image::DEFAULT_REGISTRY_NAME
Instance Attribute Summary collapse
-
#instance ⇒ Object
Returns the value of attribute instance.
Attributes inherited from Docker::Image
#registry, #snapshot, #version
Instance Method Summary collapse
Methods inherited from Docker::Image
#build, default_registry, #generator_version, #initialize, #push, #run, #tag, #tag_name, #tag_version, #tag_version_version
Methods included from Entries::Jobs::WithVariablesSource
Constructor Details
This class inherits a constructor from Avm::Docker::Image
Instance Attribute Details
#instance ⇒ Object
Returns the value of attribute instance.
8 9 10 |
# File 'lib/avm/instances/docker_image.rb', line 8 def instance @instance end |
Instance Method Details
#stereotype_tag ⇒ Object
10 11 12 |
# File 'lib/avm/instances/docker_image.rb', line 10 def stereotype_tag instance.id end |