image() — spring-boot Function Reference
Architecture documentation for the image() function in DockerApi.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 6973e1db_a9cb_9d4d_d9b0_e1dd043abfb1["image()"] 65ce87f4_f979_08a8_e361_f85f434427b1["image()"] 65ce87f4_f979_08a8_e361_f85f434427b1 -->|calls| 6973e1db_a9cb_9d4d_d9b0_e1dd043abfb1 f5dda5d1_e20e_34d7_f2be_0e1de612579e["buildsImageWithCommandLineOptions()"] f5dda5d1_e20e_34d7_f2be_0e1de612579e -->|calls| 6973e1db_a9cb_9d4d_d9b0_e1dd043abfb1 38bb7b71_e857_71af_0091_6546516e0bd2["buildsImageWithCreatedDate()"] 38bb7b71_e857_71af_0091_6546516e0bd2 -->|calls| 6973e1db_a9cb_9d4d_d9b0_e1dd043abfb1 0f3527ed_bca1_8163_39ca_5908ddd6cb9e["buildsImageWithCurrentCreatedDate()"] 0f3527ed_bca1_8163_39ca_5908ddd6cb9e -->|calls| 6973e1db_a9cb_9d4d_d9b0_e1dd043abfb1 59ffb962_26a5_d14b_c297_e84d0815a53a["removeImages()"] 59ffb962_26a5_d14b_c297_e84d0815a53a -->|calls| 6973e1db_a9cb_9d4d_d9b0_e1dd043abfb1 668a2455_7dd6_b80c_9199_f482779ac759["buildsImageAndPublishesToRegistry()"] 668a2455_7dd6_b80c_9199_f482779ac759 -->|calls| 6973e1db_a9cb_9d4d_d9b0_e1dd043abfb1 d2a21545_70d3_0273_09ac_245a3da45a20["whenBuildImageIsInvokedWithPublish()"] d2a21545_70d3_0273_09ac_245a3da45a20 -->|calls| 6973e1db_a9cb_9d4d_d9b0_e1dd043abfb1 634bfe12_062e_2d9a_2555_c420fc58f695["whenBuildImageIsInvokedWithCommandLineParameters()"] 634bfe12_062e_2d9a_2555_c420fc58f695 -->|calls| 6973e1db_a9cb_9d4d_d9b0_e1dd043abfb1 9df13795_b342_e23d_fbbd_870360bdf14f["whenBuildImageIsInvokedWithCreatedDate()"] 9df13795_b342_e23d_fbbd_870360bdf14f -->|calls| 6973e1db_a9cb_9d4d_d9b0_e1dd043abfb1 13c989e5_00c5_720d_ff58_3cfe1eb19804["whenBuildImageIsInvokedWithCurrentCreatedDate()"] 13c989e5_00c5_720d_ff58_3cfe1eb19804 -->|calls| 6973e1db_a9cb_9d4d_d9b0_e1dd043abfb1 1f5de288_4054_671a_09ef_4241b1ba9474["removeImages()"] 1f5de288_4054_671a_09ef_4241b1ba9474 -->|calls| 6973e1db_a9cb_9d4d_d9b0_e1dd043abfb1 1c432d58_16ca_1503_d046_4cba5114e02b["removeImage()"] 1c432d58_16ca_1503_d046_4cba5114e02b -->|calls| 6973e1db_a9cb_9d4d_d9b0_e1dd043abfb1 65ce87f4_f979_08a8_e361_f85f434427b1["image()"] 6973e1db_a9cb_9d4d_d9b0_e1dd043abfb1 -->|calls| 65ce87f4_f979_08a8_e361_f85f434427b1 style 6973e1db_a9cb_9d4d_d9b0_e1dd043abfb1 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 185–187
public ImageApi image() {
return this.image;
}
Domain
Subdomains
Calls
Called By
- buildsImageAndPublishesToRegistry()
- buildsImageWithCommandLineOptions()
- buildsImageWithCreatedDate()
- buildsImageWithCurrentCreatedDate()
- image()
- removeImage()
- removeImages()
- removeImages()
- whenBuildImageIsInvokedWithCommandLineParameters()
- whenBuildImageIsInvokedWithCreatedDate()
- whenBuildImageIsInvokedWithCurrentCreatedDate()
- whenBuildImageIsInvokedWithPublish()
Source
Frequently Asked Questions
What does image() do?
image() is a function in the spring-boot codebase.
What does image() call?
image() calls 1 function(s): image.
What calls image()?
image() is called by 12 function(s): buildsImageAndPublishesToRegistry, buildsImageWithCommandLineOptions, buildsImageWithCreatedDate, buildsImageWithCurrentCreatedDate, image, removeImage, removeImages, removeImages, and 4 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free