Class DockerConfiguration
java.lang.Object
org.springframework.boot.buildpack.platform.docker.configuration.DockerConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
Docker configuration options.
- Since:
- 2.4.0
- Author:
- Wei Jiang, Scott Frederick
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated, for removal: This API element is subject to removal in a future version.since 3.5.0 for removal in 4.0.0 in favor ofDockerConfiguration.DockerHostConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.getHost()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.withBindHostToBuilder
(boolean bindHostToBuilder) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.withBuilderRegistryUserAuthentication
(String username, String password, String url, String email) Deprecated, for removal: This API element is subject to removal in a future version.withContext
(String context) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.withPublishRegistryUserAuthentication
(String username, String password, String url, String email) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
DockerConfiguration
public DockerConfiguration()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getHost
Deprecated, for removal: This API element is subject to removal in a future version. -
isBindHostToBuilder
public boolean isBindHostToBuilder()Deprecated, for removal: This API element is subject to removal in a future version. -
getBuilderRegistryAuthentication
Deprecated, for removal: This API element is subject to removal in a future version. -
getPublishRegistryAuthentication
Deprecated, for removal: This API element is subject to removal in a future version. -
withHost
Deprecated, for removal: This API element is subject to removal in a future version. -
withContext
Deprecated, for removal: This API element is subject to removal in a future version. -
withBindHostToBuilder
Deprecated, for removal: This API element is subject to removal in a future version. -
withBuilderRegistryTokenAuthentication
Deprecated, for removal: This API element is subject to removal in a future version. -
withBuilderRegistryUserAuthentication
public DockerConfiguration withBuilderRegistryUserAuthentication(String username, String password, String url, String email) Deprecated, for removal: This API element is subject to removal in a future version. -
withPublishRegistryTokenAuthentication
Deprecated, for removal: This API element is subject to removal in a future version. -
withPublishRegistryUserAuthentication
public DockerConfiguration withPublishRegistryUserAuthentication(String username, String password, String url, String email) Deprecated, for removal: This API element is subject to removal in a future version. -
withEmptyPublishRegistryAuthentication
Deprecated, for removal: This API element is subject to removal in a future version.
-
BuilderDockerConfiguration
.