Home / Class/ DockerApiIntegrationTests Class — spring-boot Architecture

DockerApiIntegrationTests Class — spring-boot Architecture

Architecture documentation for the DockerApiIntegrationTests class in DockerApiIntegrationTests.java from the spring-boot codebase.

Entity Profile

Relationship Graph

Source Code

buildpack/spring-boot-buildpack-platform/src/dockerTest/java/org/springframework/boot/buildpack/platform/docker/DockerApiIntegrationTests.java lines 31–43

@DisabledIfDockerUnavailable
class DockerApiIntegrationTests {

	private final DockerApi docker = new DockerApi();

	@Test
	void pullImage() throws IOException {
		this.docker.image()
			.pull(ImageReference.of("docker.io/paketobuildpacks/builder:base"), null,
					new TotalProgressPullListener(new TotalProgressBar("Pulling: ")));
	}

}

Analyze Your Own Codebase

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

Try Supermodel Free