| Package | Description |
|---|---|
| com.google.cloud.tools.jib.configuration | |
| com.google.cloud.tools.jib.registry |
| Modifier and Type | Method and Description |
|---|---|
RegistryClient.Factory |
BuildConfiguration.newBaseImageRegistryClientFactory()
Creates a new
RegistryClient.Factory for the base image with fields from the build
configuration. |
RegistryClient.Factory |
BuildConfiguration.newTargetImageRegistryClientFactory()
Creates a new
RegistryClient.Factory for the target image with fields from the build
configuration. |
| Modifier and Type | Method and Description |
|---|---|
static RegistryClient.Factory |
RegistryClient.factory(EventHandlers eventHandlers,
String serverUrl,
String imageName)
Creates a new
RegistryClient.Factory for building a RegistryClient. |
static RegistryClient.Factory |
RegistryClient.factory(EventHandlers eventHandlers,
String serverUrl,
String imageName,
String sourceImageName) |
RegistryClient.Factory |
RegistryClient.Factory.setAllowInsecureRegistries(boolean allowInsecureRegistries)
Sets whether or not to allow insecure registries (ignoring certificate validation failure or
communicating over HTTP if all else fail).
|
RegistryClient.Factory |
RegistryClient.Factory.setAuthorization(Authorization authorization)
Sets the authentication credentials to use to authenticate with the registry.
|
RegistryClient.Factory |
RegistryClient.Factory.setUserAgentSuffix(String userAgentSuffix)
Sets a suffix to append to
User-Agent headers. |
Copyright © 2019. All rights reserved.