| Modifier and Type | Method and Description |
|---|---|
BlobDescriptor |
Blob.writeTo(OutputStream outputStream)
Writes the BLOB to an
OutputStream. |
| Modifier and Type | Method and Description |
|---|---|
BlobDescriptor |
CachedLayer.getBlobDescriptor() |
| Constructor and Description |
|---|
CachedLayer(Path contentFile,
BlobDescriptor blobDescriptor,
DescriptorDigest diffId)
Initializes the layer with its file-backed content BLOB, content descriptor (digest and size),
and diff ID.
|
| Modifier and Type | Method and Description |
|---|---|
BlobDescriptor |
CountingDigestOutputStream.toBlobDescriptor()
Builds a
BlobDescriptor with the hash and size of the bytes written. |
| Modifier and Type | Method and Description |
|---|---|
BlobDescriptor |
ReferenceLayer.getBlobDescriptor() |
BlobDescriptor |
Layer.getBlobDescriptor() |
BlobDescriptor |
ReferenceNoDiffIdLayer.getBlobDescriptor() |
BlobDescriptor |
DigestOnlyLayer.getBlobDescriptor() |
BlobDescriptor |
UnwrittenLayer.getBlobDescriptor() |
| Constructor and Description |
|---|
ReferenceLayer(BlobDescriptor blobDescriptor,
DescriptorDigest diffId)
Instantiate with a
BlobDescriptor and diff ID. |
ReferenceNoDiffIdLayer(BlobDescriptor blobDescriptor)
Instantiate with a
BlobDescriptor and diff ID. |
| Modifier and Type | Method and Description |
|---|---|
V22ManifestTemplate |
ImageToJsonTranslator.getManifestTemplate(BlobDescriptor containerConfigurationBlobDescriptor)
Gets the manifest as a JSON template.
|
| Modifier and Type | Method and Description |
|---|---|
BlobDescriptor |
RegistryClient.checkBlob(DescriptorDigest blobDigest) |
Copyright © 2018. All rights reserved.