Class: Grafeas::V1::Layer
- Inherits:
-
Object
- Object
- Grafeas::V1::Layer
- Defined in:
- lib/grafeas/v1/doc/grafeas/v1/image.rb
Overview
Layer holds metadata specific to a layer of a Docker image.
Instance Attribute Summary collapse
-
#arguments ⇒ String
The recovered arguments to the Dockerfile directive.
-
#directive ⇒ String
Required.
Instance Attribute Details
#arguments ⇒ String
Returns The recovered arguments to the Dockerfile directive.
26 |
# File 'lib/grafeas/v1/doc/grafeas/v1/image.rb', line 26 class Layer; end |
#directive ⇒ String
Returns Required. The recovered Dockerfile directive used to construct this layer. See https://docs.docker.com/engine/reference/builder/ for more information.
26 |
# File 'lib/grafeas/v1/doc/grafeas/v1/image.rb', line 26 class Layer; end |