class Dapp::Dimg::Build::Stage::BeforeInstall

Public Class Methods

new(dimg, next_stage) click to toggle source
Calls superclass method
# File lib/dapp/dimg/build/stage/before_install.rb, line 6
def initialize(dimg, next_stage)
  @prev_stage = From.new(dimg, self)
  super
end

Public Instance Methods

dependencies() click to toggle source
# File lib/dapp/dimg/build/stage/before_install.rb, line 11
def dependencies
  [builder_checksum]
end
image_should_be_untagged_condition() click to toggle source
# File lib/dapp/dimg/build/stage/before_install.rb, line 15
def image_should_be_untagged_condition
  false
end