aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/jshipit/DockerAPIHelper.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-31Add SPDX License header to source filesaxtloss1-0/+2
2023-05-26Add comments to functionsaxtloss1-5/+22
2023-05-25Change mount function and add chmodaxtloss1-1/+0
2023-05-24Add command line optionsaxtloss1-7/+0
2023-05-24Allow creating containersaxtloss1-2/+2
2023-05-24Automatically extract downloaded blobsaxtloss1-2/+2
2023-05-24Add blob deduplicationaxtloss1-2/+5
Adds installed blobs to a database and skips downloading them if it finds them in the database
2023-05-15fix some warningsaxtloss1-5/+3
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-162/+158
Runs each layer download on a different thread. Allows using registries other than registry.docker.io