class Pod::Config::Image
- Pod::Config::Image
- Reference
- Object
Included Modules
- JSON::Serializable
- Pod::Config::MultiSerializable
- YAML::Serializable
- YAML::Serializable::Strict
Defined in:
pod/config.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(from : String, tag : Nil | String)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #apply_overrides!(remote : String | Nil = nil)
- #auto_push : Bool
-
#build_args : Pod::Config::KVMapping(String, YAML::Any)
for --build-arg
- #build_flags : Pod::Config::KVMapping(String, YAML::Any)
- #context : String
- #from : String
- #podman_flags : Pod::Config::KVMapping(String, YAML::Any)
- #push : String | Nil
- #remote : String | Nil
- #scp : String | Nil
- #tag : String | Nil
- #tags
- #to_command : Array(String)