Class: Mrsk::Commands::Builder::Base

Inherits:
Mrsk::Commands::Base show all
Defined in:
lib/mrsk/commands/builder/base.rb

Direct Known Subclasses

Multiarch, Native

Constant Summary

Constants inherited from Mrsk::Commands::Base

Mrsk::Commands::Base::MAX_LOG_SIZE

Instance Attribute Summary

Attributes inherited from Mrsk::Commands::Base

#config

Instance Method Summary collapse

Methods inherited from Mrsk::Commands::Base

#container_id_for, #initialize, #run_over_ssh

Constructor Details

This class inherits a constructor from Mrsk::Commands::Base

Instance Method Details

#build_optionsObject



8
9
10
# File 'lib/mrsk/commands/builder/base.rb', line 8

def build_options
  [ *build_tags, *build_labels, *build_args, *build_secrets ]
end

#pullObject



4
5
6
# File 'lib/mrsk/commands/builder/base.rb', line 4

def pull
  docker :pull, config.absolute_image
end