Class: Dapp::Dimg::Build::Stage::GARelatedDependenciesBase

Inherits:
GADependenciesBase show all
Defined in:
lib/dapp/dimg/build/stage/ga_related_dependencies_base.rb

Instance Attribute Summary

Attributes inherited from Base

#dimg, #next_stage, #prev_stage

Instance Method Summary collapse

Methods inherited from GADependenciesBase

#prepare_image

Methods inherited from Base

#adding_custom_dir_mounts, #adding_mounts_by_type, #artifact?, #build!, #build_lock!, #builder_checksum, #config_custom_dir_mounts, #config_mounts_by_type, #dependencies_empty?, #g_a_stage?, #git_artifacts_dependencies, #image, #image_add_custom_mounts, #image_add_mounts, #image_introspect, #initialize, #labels_custom_dir_mounts, #labels_mounts_by_type, #name, #next_g_a_stage, #prepare_image, #prev_g_a_stage, #save_in_cache!, #signature

Methods included from Mod::Logging

#ignore_log_commands?, #image_should_be_introspected?, #log_build, #log_image_build, #log_image_commands, #log_image_created_at, #log_image_details, #log_image_instructions, #log_image_size, #log_name, #log_name_context, #log_state, #should_not_be_detailed?

Methods included from Helper::Trivia

class_to_lowercase, #class_to_lowercase, #delete_file, #kwargs, #make_path, #search_file_upward

Methods included from Helper::Sha256

#hashsum, #paths_content_hashsum, #sha256

Constructor Details

This class inherits a constructor from Dapp::Dimg::Build::Stage::Base

Instance Method Details

#dependenciesObject



6
7
8
# File 'lib/dapp/dimg/build/stage/ga_related_dependencies_base.rb', line 6

def dependencies
  @dependencies ||= dimg.stage_by_name(related_stage_name).context
end

#empty?Boolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/dapp/dimg/build/stage/ga_related_dependencies_base.rb', line 10

def empty?
  dimg.stage_by_name(related_stage_name).empty? || super
end


14
15
16
# File 'lib/dapp/dimg/build/stage/ga_related_dependencies_base.rb', line 14

def related_stage_name
  raise
end