| Package | Description |
|---|---|
| com.google.cloud.tools.jib.api | |
| com.google.cloud.tools.jib.image.json | |
| com.google.cloud.tools.jib.registry |
| Modifier and Type | Class and Description |
|---|---|
class |
InsecureRegistryException
Throw when attempting to access an insecure registry when only secure connections are allowed.
|
class |
RegistryAuthenticationFailedException
Thrown because registry authentication failed.
|
class |
RegistryUnauthorizedException
Thrown when a registry request was unauthorized and therefore authentication is needed.
|
| Modifier and Type | Method and Description |
|---|---|
JibContainer |
JibContainerBuilder.containerize(Containerizer containerizer)
Builds the container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnknownManifestFormatException
Exception thrown when trying to parse an unknown image manifest format.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RegistryCredentialsNotSentException
Thrown when registry request was unauthorized because credentials weren't sent.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<BlobDescriptor> |
RegistryClient.checkBlob(DescriptorDigest blobDigest) |
Optional<RegistryAuthenticator> |
RegistryClient.getRegistryAuthenticator() |
ManifestTemplate |
RegistryClient.pullManifest(String imageTag) |
<T extends ManifestTemplate> |
RegistryClient.pullManifest(String imageTag,
Class<T> manifestTemplateClass)
Pulls the image manifest for a specific tag.
|
boolean |
RegistryClient.pushBlob(DescriptorDigest blobDigest,
Blob blob,
String sourceRepository,
Consumer<Long> writtenByteCountListener)
Pushes the BLOB.
|
DescriptorDigest |
RegistryClient.pushManifest(BuildableManifestTemplate manifestTemplate,
String imageTag)
Pushes the image manifest for a specific tag.
|
Copyright © 2019. All rights reserved.