Uses of Class
org.springframework.boot.gradle.tasks.bundling.DockerSpec.DockerRegistrySpec
Packages that use DockerSpec.DockerRegistrySpec
Package
Description
Support for creating executable jars and wars.
-
Uses of DockerSpec.DockerRegistrySpec in org.springframework.boot.gradle.tasks.bundling
Methods in org.springframework.boot.gradle.tasks.bundling that return DockerSpec.DockerRegistrySpecModifier and TypeMethodDescriptionDockerSpec.getBuilderRegistry()
Returns theDockerSpec.DockerRegistrySpec
that configures authentication to the builder registry.DockerSpec.getPublishRegistry()
Returns theDockerSpec.DockerRegistrySpec
that configures authentication to the publishing registry.Method parameters in org.springframework.boot.gradle.tasks.bundling with type arguments of type DockerSpec.DockerRegistrySpecModifier and TypeMethodDescriptionvoid
DockerSpec.builderRegistry
(Action<DockerSpec.DockerRegistrySpec> action) Customizes theDockerSpec.DockerRegistrySpec
that configures authentication to the builder registry.void
DockerSpec.publishRegistry
(Action<DockerSpec.DockerRegistrySpec> action) Customizes theDockerSpec.DockerRegistrySpec
that configures authentication to the publishing registry.