From 9736e92073502adcfd466a629f10464f518e2c15 Mon Sep 17 00:00:00 2001 From: axtloss Date: Mon, 15 May 2023 22:36:20 +0200 Subject: multithreaded downloads and non docker registries Runs each layer download on a different thread. Allows using registries other than registry.docker.io --- pom.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 4146647..cb57fe8 100755 --- a/pom.xml +++ b/pom.xml @@ -14,11 +14,6 @@ UTF-8 - - com.github.docker-java - docker-java - 3.3.0 - com.github.docker-java docker-java-transport-httpclient5 @@ -34,6 +29,12 @@ jackson-databind 2.14.2 + + me.tongfei + progressbar + 0.9.5 + + -- cgit v1.2.3