类 DockerSpec
java.lang.Object
org.springframework.boot.gradle.tasks.bundling.DockerSpec
Encapsulates Docker configuration options.
- 从以下版本开始:
- 2.4.0
- 作者:
- Wei Jiang, Scott Frederick
-
嵌套类概要
嵌套类修饰符和类型类说明static classEncapsulates Docker registry authentication configuration options. -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidCustomizes theDockerSpec.DockerRegistrySpecthat configures authentication to the builder registry.Returns theDockerSpec.DockerRegistrySpecthat configures authentication to the builder registry.getHost()Returns theDockerSpec.DockerRegistrySpecthat configures authentication to the publishing registry.voidCustomizes theDockerSpec.DockerRegistrySpecthat configures authentication to the publishing registry.
-
构造器详细资料
-
DockerSpec
-
-
方法详细资料
-
getContext
-
getHost
-
getTlsVerify
-
getCertPath
-
getBindHostToBuilder
-
getBuilderRegistry
Returns theDockerSpec.DockerRegistrySpecthat configures authentication to the builder registry.- 返回:
- the registry spec
-
builderRegistry
Customizes theDockerSpec.DockerRegistrySpecthat configures authentication to the builder registry.- 参数:
action- the action to apply
-
getPublishRegistry
Returns theDockerSpec.DockerRegistrySpecthat configures authentication to the publishing registry.- 返回:
- the registry spec
-
publishRegistry
Customizes theDockerSpec.DockerRegistrySpecthat configures authentication to the publishing registry.- 参数:
action- the action to apply
-