exportLayers() — spring-boot Function Reference
Architecture documentation for the exportLayers() function in DockerApi.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 1fed80bb_f6e4_02ce_7dae_4bd8e132344c["exportLayers()"] 4d2bd0db_6b0c_3b21_5bbd_b1e0eb143186["buildPlatformJsonUrl()"] 1fed80bb_f6e4_02ce_7dae_4bd8e132344c -->|calls| 4d2bd0db_6b0c_3b21_5bbd_b1e0eb143186 fe17330d_1d3c_c6fb_1bd5_6cb12e48b7be["http()"] 1fed80bb_f6e4_02ce_7dae_4bd8e132344c -->|calls| fe17330d_1d3c_c6fb_1bd5_6cb12e48b7be aedd9701_c439_405f_f47e_c53ca8d2db00["get()"] 1fed80bb_f6e4_02ce_7dae_4bd8e132344c -->|calls| aedd9701_c439_405f_f47e_c53ca8d2db00 style 1fed80bb_f6e4_02ce_7dae_4bd8e132344c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buildpack/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/DockerApi.java lines 320–323
public void exportLayers(ImageReference reference, IOBiConsumer<String, TarArchive> exports)
throws IOException {
exportLayers(reference, null, exports);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does exportLayers() do?
exportLayers() is a function in the spring-boot codebase.
What does exportLayers() call?
exportLayers() calls 3 function(s): buildPlatformJsonUrl, get, http.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free