Class: Mrsk::Commands::Builder::Multiarch::Remote
- Inherits:
-
Mrsk::Commands::Builder::Multiarch
- Object
- Mrsk::Commands::Base
- Base
- Mrsk::Commands::Builder::Multiarch
- Mrsk::Commands::Builder::Multiarch::Remote
- Defined in:
- lib/mrsk/commands/builder/multiarch/remote.rb
Instance Attribute Summary
Attributes inherited from Mrsk::Commands::Base
Instance Method Summary collapse
Methods inherited from Mrsk::Commands::Builder::Multiarch
Methods inherited from Base
#build_args, #build_secrets, #pull
Methods inherited from Mrsk::Commands::Base
Constructor Details
This class inherits a constructor from Mrsk::Commands::Base
Instance Method Details
#create ⇒ Object
4 5 6 7 8 9 |
# File 'lib/mrsk/commands/builder/multiarch/remote.rb', line 4 def create combine \ create_contexts, create_local_buildx, append_remote_buildx end |
#remove ⇒ Object
11 12 13 14 15 |
# File 'lib/mrsk/commands/builder/multiarch/remote.rb', line 11 def remove combine \ remove_contexts, super end |