Class: Mrsk::Commands::Builder::Native
- Inherits:
-
Base
- Object
- Mrsk::Commands::Base
- Base
- Mrsk::Commands::Builder::Native
- Defined in:
- lib/mrsk/commands/builder/native.rb
Direct Known Subclasses
Defined Under Namespace
Classes: Remote
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 Base
#build_args, #build_secrets, #build_tags, #pull
Methods inherited from Mrsk::Commands::Base
Constructor Details
This class inherits a constructor from Mrsk::Commands::Base
Instance Method Details
#create ⇒ Object
2 3 4 |
# File 'lib/mrsk/commands/builder/native.rb', line 2 def create # No-op on native end |
#info ⇒ Object
16 17 18 |
# File 'lib/mrsk/commands/builder/native.rb', line 16 def info # No-op on native end |
#push ⇒ Object
10 11 12 13 14 |
# File 'lib/mrsk/commands/builder/native.rb', line 10 def push combine \ docker(:build, *, *build_args, *build_secrets, "."), docker(:push, config.absolute_image) end |
#remove ⇒ Object
6 7 8 |
# File 'lib/mrsk/commands/builder/native.rb', line 6 def remove # No-op on native end |