Class: Avm::EacUbuntuBase0::MinimalDockerImage

Inherits:
Docker::Image
  • Object
show all
Defined in:
lib/avm/eac_ubuntu_base0/minimal_docker_image.rb

Constant Summary collapse

BASE_IMAGE =
'ubuntu:24.04'
STEREOTYPE_TAG =
'eac_ubuntu_base0_minimal'

Instance Method Summary collapse

Instance Method Details

#base_imageString

Returns:

  • (String)


10
11
12
# File 'lib/avm/eac_ubuntu_base0/minimal_docker_image.rb', line 10

def base_image
  BASE_IMAGE
end

#stereotype_tagString

Returns:

  • (String)


15
16
17
# File 'lib/avm/eac_ubuntu_base0/minimal_docker_image.rb', line 15

def stereotype_tag
  STEREOTYPE_TAG
end