diff options
author | axtloss <axtlos@getcryst.al> | 2023-05-15 22:36:20 +0200 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2023-05-15 22:36:20 +0200 |
commit | 9736e92073502adcfd466a629f10464f518e2c15 (patch) | |
tree | 8d9b0d2b935fe95f5edbcd635b1dbd29313bbee1 /.gitignore | |
parent | 01c8a59f8aa41296b791c8a64aa3b42da8e7458e (diff) | |
download | jshipit-9736e92073502adcfd466a629f10464f518e2c15.tar.gz jshipit-9736e92073502adcfd466a629f10464f518e2c15.tar.bz2 |
multithreaded downloads and non docker registries
Runs each layer download on a different thread.
Allows using registries other than registry.docker.io
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..96ef862 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +target/ +.idea/ |