aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/jshipit/BlobDownloader.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add SPDX License header to source filesaxtloss2023-05-311-0/+2
|
* Add comments to functionsaxtloss2023-05-261-17/+21
|
* Change tar extract methodaxtloss2023-05-251-7/+2
|
* Change mount function and add chmodaxtloss2023-05-251-2/+0
|
* Add command line optionsaxtloss2023-05-241-11/+11
|
* Allow creating containersaxtloss2023-05-241-4/+21
|
* Automatically extract downloaded blobsaxtloss2023-05-241-7/+28
|
* fix some warningsaxtloss2023-05-151-1/+1
| | | | | Intellij when unnecessary .toString: "boohoo pls remove :(" Intellij when literally my code: "yeah that's fine :D"
* multithreaded downloads and non docker registriesaxtloss2023-05-151-0/+77
Runs each layer download on a different thread. Allows using registries other than registry.docker.io