Skip to content

Commit 338a3a2

Browse files
committed
Polish
Signed-off-by: Dmytro Nosan <[email protected]>
1 parent d25d728 commit 338a3a2

File tree

2 files changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-tools

2 files changed

+2
-2
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/antora/modules/gradle-plugin/pages/packaging-oci-image.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ For more details, see also xref:packaging-oci-image.adoc#build-image.examples.do
102102

103103
[NOTE]
104104
====
105-
By default, the plugin reads the user's existing Docker configuration file (usually located at `$HOME/.docker/config.json`) to retrieve authentication details. Based on it, the plugin supports the following authentication methods:
105+
By default, *if credentials are not provided*, the plugin reads the user's existing Docker configuration file (usually located at `$HOME/.docker/config.json`) to retrieve authentication details. Based on it, the plugin supports the following authentication methods:
106106
107107
- *Credential Helpers*: External tools configured in the Docker configuration file to provide credentials for specific registries. For example, tools like `osxkeychain` or `ecr-login` handle authentication for certain registries.
108108
- *Credential Store*: A default fallback mechanism that securely stores and retrieves credentials (e.g., `desktop` for Docker Desktop).

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/antora/modules/maven-plugin/pages/build-image.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ For more details, see also xref:build-image.adoc#build-image.examples.docker[exa
117117

118118
[NOTE]
119119
====
120-
By default, the plugin reads the user's existing Docker configuration file (usually located at `$HOME/.docker/config.json`) to retrieve authentication details. Based on it, the plugin supports the following authentication methods:
120+
By default, *if credentials are not provided*, the plugin reads the user's existing Docker configuration file (usually located at `$HOME/.docker/config.json`) to retrieve authentication details. Based on it, the plugin supports the following authentication methods:
121121
122122
- *Credential Helpers*: External tools configured in the Docker configuration file to provide credentials for specific registries. For example, tools like `osxkeychain` or `ecr-login` handle authentication for certain registries.
123123
- *Credential Store*: A default fallback mechanism that securely stores and retrieves credentials (e.g., `desktop` for Docker Desktop).

0 commit comments

Comments
 (0)