On 17/11/2025 18:15, Filip Schauer wrote: > + filename => { > + description => > + "Custom destination file name of the OCI image. Caution: This will > be normalized!", > + optional => 1, > + maxLength => 255, Add a minLength => 1, here