class Pod::Config::Image

Included Modules

Defined in:

pod/config.cr

Constructors

Instance Method Summary

Constructor Detail

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

def self.new(from : String, tag : Nil | String) #

[View source]
def self.new(pull : JSON::PullParser) #

Instance Method Detail

def apply_overrides!(remote : String | Nil = nil) #

[View source]
def auto_push : Bool #

[View source]

for --build-arg


[View source]

[View source]
def context : String #

[View source]
def from : String #

[View source]
def podman_flags : Pod::Config::KVMapping(String, YAML::Any) #

[View source]
def push : String | Nil #

[View source]
def remote : String | Nil #

[View source]
def scp : String | Nil #

[View source]
def tag : String | Nil #

[View source]
def tags #

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

[View source]