Grafeas v1 API - Class Layer (3.3.0)

public sealed class Layer : IMessage<Layer>, IEquatable<Layer>, IDeepCloneable<Layer>, IBufferMessage, IMessage

Reference documentation and code samples for the Grafeas v1 API class Layer.

Layer holds metadata specific to a layer of a Docker image.

Inheritance

object > Layer

Namespace

GrafeasV1

Assembly

Grafeas.V1.dll

Constructors

Layer()

public Layer()

Layer(Layer)

public Layer(Layer other)
Parameter
NameDescription
otherLayer

Properties

Arguments

public string Arguments { get; set; }

The recovered arguments to the Dockerfile directive.

Property Value
TypeDescription
string

Directive

public string Directive { get; set; }

Required. The recovered Dockerfile directive used to construct this layer. See https://docs.docker.com/engine/reference/builder/ for more information.

Property Value
TypeDescription
string