aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/jshipit/DockerAPIHelper.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add SPDX License header to source filesaxtloss2023-05-311-0/+2
|
* Add comments to functionsaxtloss2023-05-261-5/+22
|
* Change mount function and add chmodaxtloss2023-05-251-1/+0
|
* Add command line optionsaxtloss2023-05-241-7/+0
|
* Allow creating containersaxtloss2023-05-241-2/+2
|
* Automatically extract downloaded blobsaxtloss2023-05-241-2/+2
|
* Add blob deduplicationaxtloss2023-05-241-2/+5
| | | | Adds installed blobs to a database and skips downloading them if it finds them in the database
* fix some warningsaxtloss2023-05-151-5/+3
| | | | | 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-162/+158
| | | | | Runs each layer download on a different thread. Allows using registries other than registry.docker.io
* Add filesaxtloss2023-05-151-0/+162