BuildahImagePushSettings.

DisableContentTrust Property

Summary

Gets or sets --disable-content-trust. default: true. Skip image signing.
Assembly
Cake.Buildah.dll
Namespace
Cake.Buildah
Containing Type
BuildahImagePushSettings

Syntax

public Nullable<bool> DisableContentTrust { get; set; }

Attributes

Type Description
AutoPropertyAttribute Auto Property Attribute.

Value

Type Description
Nullable<bool>