customizeBuilderAuthentication() — spring-boot Function Reference
Architecture documentation for the customizeBuilderAuthentication() function in Docker.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 6f473397_5757_3351_9453_1c46a45e03a7["customizeBuilderAuthentication()"] e87c0f39_adde_809e_8b60_8aacee2612b6["asDockerConfiguration()"] e87c0f39_adde_809e_8b60_8aacee2612b6 -->|calls| 6f473397_5757_3351_9453_1c46a45e03a7 164e4736_dc2f_b4f7_7c0b_0fa708526274["getRegistryAuthentication()"] 6f473397_5757_3351_9453_1c46a45e03a7 -->|calls| 164e4736_dc2f_b4f7_7c0b_0fa708526274 style 6f473397_5757_3351_9453_1c46a45e03a7 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/Docker.java lines 175–181
private BuilderDockerConfiguration customizeBuilderAuthentication(Log log,
BuilderDockerConfiguration dockerConfiguration) {
DockerRegistryAuthentication authentication = DockerRegistryAuthentication.configuration(null,
(message, ex) -> log.warn(message));
return dockerConfiguration.withBuilderRegistryAuthentication(
getRegistryAuthentication("builder", this.builderRegistry, authentication));
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does customizeBuilderAuthentication() do?
customizeBuilderAuthentication() is a function in the spring-boot codebase.
What does customizeBuilderAuthentication() call?
customizeBuilderAuthentication() calls 1 function(s): getRegistryAuthentication.
What calls customizeBuilderAuthentication()?
customizeBuilderAuthentication() is called by 1 function(s): asDockerConfiguration.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free