| Package | Description |
|---|---|
| com.google.cloud.tools.jib.api | |
| com.google.cloud.tools.jib.image.json | |
| com.google.cloud.tools.jib.registry |
| 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 |
InsecureRegistryException
Throw when attempting to access an insecure registry when only secure connections are allowed.
|
class |
RegistryAuthenticationFailedException
Thrown because registry authentication failed.
|
class |
RegistryCredentialsNotSentException
Thrown when registry request was unauthorized because credentials weren't sent.
|
class |
RegistryUnauthorizedException
Thrown when a registry request was unauthorized and therefore authentication is needed.
|
| Modifier and Type | Method and Description |
|---|---|
BlobDescriptor |
RegistryClient.checkBlob(DescriptorDigest blobDigest) |
RegistryAuthenticator |
RegistryClient.getRegistryAuthenticator() |
RegistryAuthenticator |
RegistryAuthenticator.Initializer.initialize()
Gets a
RegistryAuthenticator for a custom registry server and repository. |
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,
BlobProgressListener blobProgressListener)
Pushes the BLOB.
|
DescriptorDigest |
RegistryClient.pushManifest(BuildableManifestTemplate manifestTemplate,
String imageTag)
Pushes the image manifest for a specific tag.
|
Copyright © 2019. All rights reserved.