aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/jshipit/BlobDownloader.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-31Add SPDX License header to source filesaxtloss1-0/+2
2023-05-26Add comments to functionsaxtloss1-17/+21
2023-05-25Change tar extract methodaxtloss1-7/+2
2023-05-25Change mount function and add chmodaxtloss1-2/+0
2023-05-24Add command line optionsaxtloss1-11/+11
2023-05-24Allow creating containersaxtloss1-4/+21
2023-05-24Automatically extract downloaded blobsaxtloss1-7/+28
2023-05-15fix some warningsaxtloss1-1/+1
Intellij when unnecessary .toString: "boohoo pls remove :(" Intellij when literally my code: "yeah that's fine :D"
2023-05-15multithreaded downloads and non docker registriesaxtloss1-0/+77
Runs each layer download on a different thread. Allows using registries other than registry.docker.io