|
@@ -9,7 +9,6 @@ import com.spotify.docker.client.exceptions.DockerException;
|
|
|
import com.spotify.docker.client.messages.Image;
|
|
import com.spotify.docker.client.messages.Image;
|
|
|
import com.spotify.docker.client.messages.ProgressMessage;
|
|
import com.spotify.docker.client.messages.ProgressMessage;
|
|
|
import lombok.extern.apachecommons.CommonsLog;
|
|
import lombok.extern.apachecommons.CommonsLog;
|
|
|
-import lombok.extern.slf4j.Slf4j;
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.boot.system.ApplicationHome;
|
|
import org.springframework.boot.system.ApplicationHome;
|
|
|
import org.springframework.stereotype.Component;
|
|
import org.springframework.stereotype.Component;
|
|
@@ -28,7 +27,6 @@ import java.util.List;
|
|
|
|
|
|
|
|
@Component
|
|
@Component
|
|
|
@CommonsLog
|
|
@CommonsLog
|
|
|
-@Slf4j
|
|
|
|
|
public class DockerApiImpl implements DockerApi {
|
|
public class DockerApiImpl implements DockerApi {
|
|
|
|
|
|
|
|
private final DockerClient client;
|
|
private final DockerClient client;
|