|
|
|
@ -19,8 +19,6 @@ package org.springframework.boot.cloudnativebuildpack.docker;
|
|
|
|
|
import java.io.IOException;
|
|
|
|
|
|
|
|
|
|
import org.junit.jupiter.api.Test;
|
|
|
|
|
import org.junit.jupiter.api.condition.DisabledOnOs;
|
|
|
|
|
import org.junit.jupiter.api.condition.OS;
|
|
|
|
|
|
|
|
|
|
import org.springframework.boot.cloudnativebuildpack.docker.type.ImageReference;
|
|
|
|
|
import org.springframework.boot.testsupport.testcontainers.DisabledIfDockerUnavailable;
|
|
|
|
@ -31,7 +29,6 @@ import org.springframework.boot.testsupport.testcontainers.DisabledIfDockerUnava
|
|
|
|
|
* @author Phillip Webb
|
|
|
|
|
*/
|
|
|
|
|
@DisabledIfDockerUnavailable
|
|
|
|
|
@DisabledOnOs(OS.LINUX)
|
|
|
|
|
class DockerApiIntegrationTests {
|
|
|
|
|
|
|
|
|
|
private final DockerApi docker = new DockerApi();
|
|
|
|
|