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

inspect() — spring-boot Function Reference

Architecture documentation for the inspect() function in DockerApi.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  8b3fcc9b_3941_2812_09e4_c0a09539f3dd["inspect()"]
  f5dda5d1_e20e_34d7_f2be_0e1de612579e["buildsImageWithCommandLineOptions()"]
  f5dda5d1_e20e_34d7_f2be_0e1de612579e -->|calls| 8b3fcc9b_3941_2812_09e4_c0a09539f3dd
  38bb7b71_e857_71af_0091_6546516e0bd2["buildsImageWithCreatedDate()"]
  38bb7b71_e857_71af_0091_6546516e0bd2 -->|calls| 8b3fcc9b_3941_2812_09e4_c0a09539f3dd
  0f3527ed_bca1_8163_39ca_5908ddd6cb9e["buildsImageWithCurrentCreatedDate()"]
  0f3527ed_bca1_8163_39ca_5908ddd6cb9e -->|calls| 8b3fcc9b_3941_2812_09e4_c0a09539f3dd
  634bfe12_062e_2d9a_2555_c420fc58f695["whenBuildImageIsInvokedWithCommandLineParameters()"]
  634bfe12_062e_2d9a_2555_c420fc58f695 -->|calls| 8b3fcc9b_3941_2812_09e4_c0a09539f3dd
  9df13795_b342_e23d_fbbd_870360bdf14f["whenBuildImageIsInvokedWithCreatedDate()"]
  9df13795_b342_e23d_fbbd_870360bdf14f -->|calls| 8b3fcc9b_3941_2812_09e4_c0a09539f3dd
  13c989e5_00c5_720d_ff58_3cfe1eb19804["whenBuildImageIsInvokedWithCurrentCreatedDate()"]
  13c989e5_00c5_720d_ff58_3cfe1eb19804 -->|calls| 8b3fcc9b_3941_2812_09e4_c0a09539f3dd
  686f702f_99b2_00cb_e536_fc675d8e38f4["pull()"]
  686f702f_99b2_00cb_e536_fc675d8e38f4 -->|calls| 8b3fcc9b_3941_2812_09e4_c0a09539f3dd
  4d2bd0db_6b0c_3b21_5bbd_b1e0eb143186["buildPlatformJsonUrl()"]
  8b3fcc9b_3941_2812_09e4_c0a09539f3dd -->|calls| 4d2bd0db_6b0c_3b21_5bbd_b1e0eb143186
  fe17330d_1d3c_c6fb_1bd5_6cb12e48b7be["http()"]
  8b3fcc9b_3941_2812_09e4_c0a09539f3dd -->|calls| fe17330d_1d3c_c6fb_1bd5_6cb12e48b7be
  aedd9701_c439_405f_f47e_c53ca8d2db00["get()"]
  8b3fcc9b_3941_2812_09e4_c0a09539f3dd -->|calls| aedd9701_c439_405f_f47e_c53ca8d2db00
  style 8b3fcc9b_3941_2812_09e4_c0a09539f3dd 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 366–368

		public Image inspect(ImageReference reference) throws IOException {
			return inspect(reference, null);
		}

Subdomains

Frequently Asked Questions

What does inspect() do?
inspect() is a function in the spring-boot codebase.
What does inspect() call?
inspect() calls 3 function(s): buildPlatformJsonUrl, get, http.
What calls inspect()?
inspect() is called by 7 function(s): buildsImageWithCommandLineOptions, buildsImageWithCreatedDate, buildsImageWithCurrentCreatedDate, pull, whenBuildImageIsInvokedWithCommandLineParameters, whenBuildImageIsInvokedWithCreatedDate, whenBuildImageIsInvokedWithCurrentCreatedDate.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free