Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
werk
0.8.0
Craph
CycleError
DAG
Graph
Docr
Client
ContainerConfig
Containers
ContainerSummary
CreateContainerResponse
DockerError
HostConfig
Images
Utils
WaitResponse
Gitleaks
Error
Result
Scanner
Vault
Error
ObfuscatedPassword
Werk
Application
Commands
Decrypt
Encrypt
Mcp
Plan
Rekey
Run
Vault
Config
DockerJob
Job
LocalJob
Context
Error
Executors
Base
Docker
ExecutionResult
Local
Mcp
Context
GetConfigTool
GetJobTool
GetPlanTool
ListJobsTool
RunJobTool
ParallelScheduler
Pipeline
PipelineResult
Scheduler
Utils
Colors
PrefixIO
Redactor
Generated using Crystal 1.16.3
2026-02-25 09:04:57 UTC
class
Werk::
Config::
DockerJob
Werk::Config::DockerJob
Werk::Config::Job
Reference
Object
Defined in:
werk/config/jobs/docker.cr
Constructors
.new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Instance Method Summary
#entrypoint
: Array(String)
#image
: String
#network_mode
: String
#volumes
: Array(String)
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
]