LayerResponse

data class LayerResponse(val arguments: String, val directive: String)

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

Constructors

Link copied to clipboard
fun LayerResponse(arguments: String, directive: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The recovered arguments to the Dockerfile directive.

Link copied to clipboard

The recovered Dockerfile directive used to construct this layer.