public sealed class Layer : IMessage<Layer>, IEquatable<Layer>, IDeepCloneable<Layer>, IBufferMessage, IMessageReference documentation and code samples for the Grafeas v1 API class Layer.
Layer holds metadata specific to a layer of a Docker image.
Namespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
Layer()
public Layer()Layer(Layer)
public Layer(Layer other)| Parameter | |
|---|---|
| Name | Description |
other |
Layer |
Properties
Arguments
public string Arguments { get; set; }The recovered arguments to the Dockerfile directive.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|