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

ImageArchive() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  4fb11b79_3a52_fdf4_90d2_df50b60976f3["ImageArchive()"]
  8cc9d17f_5d83_540b_353e_5c58d8ad1f70["applyTo()"]
  8cc9d17f_5d83_540b_353e_5c58d8ad1f70 -->|calls| 4fb11b79_3a52_fdf4_90d2_df50b60976f3
  style 4fb11b79_3a52_fdf4_90d2_df50b60976f3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buildpack/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/type/ImageArchive.java lines 88–100

	ImageArchive(JsonMapper jsonMapper, ImageConfig imageConfig, Instant createDate, @Nullable ImageReference tag,
			String os, @Nullable String architecture, @Nullable String variant, List<LayerId> existingLayers,
			List<Layer> newLayers) {
		this.jsonMapper = jsonMapper;
		this.imageConfig = imageConfig;
		this.createDate = createDate;
		this.tag = tag;
		this.os = os;
		this.architecture = architecture;
		this.variant = variant;
		this.existingLayers = existingLayers;
		this.newLayers = newLayers;
	}

Subdomains

Called By

Frequently Asked Questions

What does ImageArchive() do?
ImageArchive() is a function in the spring-boot codebase.
What calls ImageArchive()?
ImageArchive() is called by 1 function(s): applyTo.

Analyze Your Own Codebase

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

Try Supermodel Free