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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..96ef862 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +target/ +.idea/ -- cgit v1.2.3