Class: Mrsk::Commands::Builder::Multiarch::Remote

Inherits:
Mrsk::Commands::Builder::Multiarch show all
Defined in:
lib/mrsk/commands/builder/multiarch/remote.rb

Constant Summary

Constants inherited from Mrsk::Commands::Base

Mrsk::Commands::Base::DOCKER_HEALTH_LOG_FORMAT, Mrsk::Commands::Base::DOCKER_HEALTH_STATUS_FORMAT

Instance Attribute Summary

Attributes inherited from Mrsk::Commands::Base

#config

Instance Method Summary collapse

Methods inherited from Mrsk::Commands::Builder::Multiarch

#info, #push

Methods inherited from Base

#build_context, #build_options, #clean, #pull

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

#createObject



2
3
4
5
6
7
# File 'lib/mrsk/commands/builder/multiarch/remote.rb', line 2

def create
  combine \
    create_contexts,
    create_local_buildx,
    append_remote_buildx
end

#removeObject



9
10
11
12
13
# File 'lib/mrsk/commands/builder/multiarch/remote.rb', line 9

def remove
  combine \
    remove_contexts,
    super
end