| Package | Description |
|---|---|
| org.springframework.boot.gradle.tasks.bundling |
Support for creating executable jars and wars.
|
| Modifier and Type | Method and Description |
|---|---|
DockerSpec.DockerRegistrySpec |
DockerSpec.getBuilderRegistry()
Returns the
DockerSpec.DockerRegistrySpec that configures authentication to the
builder registry. |
DockerSpec.DockerRegistrySpec |
DockerSpec.getPublishRegistry()
Returns the
DockerSpec.DockerRegistrySpec that configures authentication to the
publishing registry. |
| Modifier and Type | Method and Description |
|---|---|
void |
DockerSpec.builderRegistry(Action<DockerSpec.DockerRegistrySpec> action)
Customizes the
DockerSpec.DockerRegistrySpec that configures authentication to the
builder registry. |
void |
DockerSpec.publishRegistry(Action<DockerSpec.DockerRegistrySpec> action)
Customizes the
DockerSpec.DockerRegistrySpec that configures authentication to the
publishing registry. |