| Package | Description |
|---|---|
| com.spotify.docker.client | |
| com.spotify.docker.client.auth | |
| com.spotify.docker.client.auth.gcr |
Support for authenticating with Google Container Registry.
|
| com.spotify.docker.client.messages |
| Modifier and Type | Method and Description |
|---|---|
RegistryConfigs |
DockerConfigReader.authForAllRegistries(Path configPath)
Parse the contents of the config file and generate all possible
RegistryAuths, which are bundled into a RegistryConfigs instance. |
RegistryConfigs |
DockerConfigReader.fromConfig(Path configPath)
Deprecated.
Use
DockerConfigReader.authForAllRegistries(Path) instead. |
| Modifier and Type | Method and Description |
|---|---|
RegistryConfigs |
MultiRegistryAuthSupplier.authForBuild() |
RegistryConfigs |
ConfigFileRegistryAuthSupplier.authForBuild() |
RegistryConfigs |
RegistryAuthSupplier.authForBuild()
Authentication info to pass in the X-Registry-Config header when building an image.
|
RegistryConfigs |
FixedRegistryAuthSupplier.authForBuild() |
| Constructor and Description |
|---|
FixedRegistryAuthSupplier(RegistryAuth registryAuth,
RegistryConfigs configsForBuild) |
| Modifier and Type | Method and Description |
|---|---|
RegistryConfigs |
ContainerRegistryAuthSupplier.authForBuild() |
| Modifier and Type | Method and Description |
|---|---|
abstract RegistryConfigs |
RegistryConfigs.Builder.build() |
static RegistryConfigs |
RegistryConfigs.create(Map<String,RegistryAuth> configs) |
static RegistryConfigs |
RegistryConfigs.empty() |
Copyright © 2018. All rights reserved.