class BuildRule::Config

Defined in:

donk/image.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(context : BuildContext) #

[View source]

Instance Method Detail

def cmd(name, *args) #

[View source]
def copy(src : String, dest : String, from : String | Nil = nil) #

[View source]
def entrypoint(command : Array(String)) #

[View source]
def from(image : String, named : String | Nil = nil) #

[View source]
def inspect(io) #

[View source]
def render_config #

[View source]
def run(command : Array(String)) #

[View source]
def workdir(path : String) #

[View source]