pull() — spring-boot Function Reference
Architecture documentation for the pull() function in DockerApi.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 686f702f_99b2_00cb_e536_fc675d8e38f4["pull()"] 668a2455_7dd6_b80c_9199_f482779ac759["buildsImageAndPublishesToRegistry()"] 668a2455_7dd6_b80c_9199_f482779ac759 -->|calls| 686f702f_99b2_00cb_e536_fc675d8e38f4 d2a21545_70d3_0273_09ac_245a3da45a20["whenBuildImageIsInvokedWithPublish()"] d2a21545_70d3_0273_09ac_245a3da45a20 -->|calls| 686f702f_99b2_00cb_e536_fc675d8e38f4 d1757773_1e32_5f99_15ef_5bbc9a9d8dd2["buildUrl()"] 686f702f_99b2_00cb_e536_fc675d8e38f4 -->|calls| d1757773_1e32_5f99_15ef_5bbc9a9d8dd2 fe17330d_1d3c_c6fb_1bd5_6cb12e48b7be["http()"] 686f702f_99b2_00cb_e536_fc675d8e38f4 -->|calls| fe17330d_1d3c_c6fb_1bd5_6cb12e48b7be 0ec3fa26_b0d2_1148_a290_00f44d68051c["jsonStream()"] 686f702f_99b2_00cb_e536_fc675d8e38f4 -->|calls| 0ec3fa26_b0d2_1148_a290_00f44d68051c 8b3fcc9b_3941_2812_09e4_c0a09539f3dd["inspect()"] 686f702f_99b2_00cb_e536_fc675d8e38f4 -->|calls| 8b3fcc9b_3941_2812_09e4_c0a09539f3dd aedd9701_c439_405f_f47e_c53ca8d2db00["get()"] 686f702f_99b2_00cb_e536_fc675d8e38f4 -->|calls| aedd9701_c439_405f_f47e_c53ca8d2db00 a1ee3ef2_1dd0_7394_2e65_dc54bedc20dc["onUpdate()"] 686f702f_99b2_00cb_e536_fc675d8e38f4 -->|calls| a1ee3ef2_1dd0_7394_2e65_dc54bedc20dc style 686f702f_99b2_00cb_e536_fc675d8e38f4 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 221–224
public Image pull(ImageReference reference, @Nullable ImagePlatform platform,
UpdateListener<PullImageUpdateEvent> listener) throws IOException {
return pull(reference, platform, listener, null);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does pull() do?
pull() is a function in the spring-boot codebase.
What does pull() call?
pull() calls 6 function(s): buildUrl, get, http, inspect, jsonStream, onUpdate.
What calls pull()?
pull() is called by 2 function(s): buildsImageAndPublishesToRegistry, whenBuildImageIsInvokedWithPublish.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free