Class: HammerCLIKatello::DockerManifestCommand::ListCommand

Inherits:
ListCommand
  • Object
show all
Includes:
LifecycleEnvironmentNameMapping
Defined in:
lib/hammer_cli_katello/docker_manifest.rb

Instance Method Summary collapse

Methods included from LifecycleEnvironmentNameMapping

included

Methods inherited from ListCommand

build_options

Methods included from ResolverCommons

included

Instance Method Details

#extend_data(manifest) ⇒ Object



19
20
21
22
# File 'lib/hammer_cli_katello/docker_manifest.rb', line 19

def extend_data(manifest)
  manifest['_tags'] = manifest['tags'].map { |e| e["name"] }.join(", ")
  manifest
end