class Werk::Config::DockerJob

Defined in:

werk/config/jobs/docker.cr

Constructors

Instance Method Summary

Instance methods inherited from class Werk::Config::Job

can_fail? : Bool can_fail?, commands : Array(String) commands, description : String description, dotenv : Set(String) dotenv, executor : String executor, interpreter : String interpreter, needs : Array(String) needs, script_content : String script_content, silent? : Bool silent?, variables : Hash(String, String) variables

Constructor methods inherited from class Werk::Config::Job

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) new

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def entrypoint : Array(String) #

[View source]
def image : String #

[View source]
def network_mode : String #

[View source]
def volumes : Array(String) #

[View source]