aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/jshipit/JshipIT.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow creating containersaxtloss2023-05-241-1/+4
|
* Add blob deduplicationaxtloss2023-05-241-1/+1
| | | | Adds installed blobs to a database and skips downloading them if it finds them in the database
* Add stuffaxtloss2023-05-231-0/+6
|
* fix some warningsaxtloss2023-05-151-11/+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-0/+50
Runs each layer download on a different thread. Allows using registries other than registry.docker.io