Module: Dapp::Dimg::Dapp::Command::Stages::FlushLocal

Included in:
Dapp
Defined in:
lib/dapp/dimg/dapp/command/stages/flush_local.rb

Instance Method Summary collapse

Instance Method Details

#stages_flush_localObject



7
8
9
10
11
12
13
14
# File 'lib/dapp/dimg/dapp/command/stages/flush_local.rb', line 7

def stages_flush_local
  lock("#{name}.images") do
    log_step_with_indent('flush stages') { remove_project_images(dapp_project_dimgstages, force: true) }
  end

  dapp_containers_flush_by_label("dapp=#{name}")
  dapp_dangling_images_flush_by_label("dapp=#{name}")
end