| Interface | Description |
|---|---|
| Layer |
Represents a layer in an image.
|
| Class | Description |
|---|---|
| DescriptorDigest |
Represents a SHA-256 content descriptor digest as defined by the Registry HTTP API v2 reference.
|
| DigestOnlyLayer |
A
Layer reference that only has its DescriptorDigest. |
| Image<T extends Layer> |
Represents an image.
|
| Image.Builder<T extends Layer> |
Builds the immutable
Image. |
| ImageLayers<T extends Layer> |
Holds the layers for an image.
|
| ImageLayers.Builder<T extends Layer> | |
| ImageReference |
Represents an image reference.
|
| ReferenceLayer |
A
Layer reference that does not have the underlying content. |
| ReferenceNoDiffIdLayer |
A
Layer reference that does not have the underlying content. |
| ReproducibleLayerBuilder |
Builds a reproducible
UnwrittenLayer from files. |
| UnwrittenLayer |
A layer that has not been written out and only has the unwritten content
Blob. |
| Enum | Description |
|---|---|
| ImageFormat |
Enumeration of
BuildableManifestTemplates. |
| Exception | Description |
|---|---|
| InvalidImageReferenceException |
Thrown when attempting to parse an invalid image reference.
|
| LayerCountMismatchException |
Exception thrown when the number of layers found did not match expectations.
|
| LayerPropertyNotFoundException |
Exception thrown when accessing non-existent properties of layers.
|
Copyright © 2018. All rights reserved.