| Package | Description |
|---|---|
| com.google.cloud.tools.jib.registry |
| Modifier and Type | Method and Description |
|---|---|
static RegistryClient.Factory |
RegistryClient.factory(JibLogger buildLogger,
String serverUrl,
String imageName)
Creates a new
RegistryClient.Factory for building a RegistryClient. |
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.
|
Copyright © 2018. All rights reserved.