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