Home / Function/ customizeBuilderAuthentication() — spring-boot Function Reference

customizeBuilderAuthentication() — spring-boot Function Reference

Architecture documentation for the customizeBuilderAuthentication() function in DockerSpec.java from the spring-boot codebase.

Function java Archiving LauncherConfig calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  97a7385b_eac3_74f8_bd61_4334bead569b["customizeBuilderAuthentication()"]
  0def0b53_d431_1ff3_4fe7_4b19c8f6f482["asDockerConfiguration()"]
  0def0b53_d431_1ff3_4fe7_4b19c8f6f482 -->|calls| 97a7385b_eac3_74f8_bd61_4334bead569b
  71bdb33d_ae38_9629_73f4_c6f57fe22b1b["getRegistryAuthentication()"]
  97a7385b_eac3_74f8_bd61_4334bead569b -->|calls| 71bdb33d_ae38_9629_73f4_c6f57fe22b1b
  style 97a7385b_eac3_74f8_bd61_4334bead569b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/bundling/DockerSpec.java lines 148–151

	private BuilderDockerConfiguration customizeBuilderAuthentication(BuilderDockerConfiguration dockerConfiguration) {
		return dockerConfiguration.withBuilderRegistryAuthentication(getRegistryAuthentication("builder",
				this.builderRegistry, DockerRegistryAuthentication.configuration(null)));
	}

Domain

Subdomains

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