Class: Mrsk::Commands::Builder::Base
- Inherits:
-
Mrsk::Commands::Base
- Object
- Mrsk::Commands::Base
- Mrsk::Commands::Builder::Base
- Defined in:
- lib/mrsk/commands/builder/base.rb
Constant Summary
Constants inherited from Mrsk::Commands::Base
Mrsk::Commands::Base::MAX_LOG_SIZE
Instance Attribute Summary
Attributes inherited from Mrsk::Commands::Base
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_options ⇒ Object
8 9 10 |
# File 'lib/mrsk/commands/builder/base.rb', line 8 def [ *, *build_labels, *build_args, *build_secrets ] end |
#pull ⇒ Object
4 5 6 |
# File 'lib/mrsk/commands/builder/base.rb', line 4 def pull docker :pull, config.absolute_image end |