aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/jshipit/JshipIT.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add SPDX License header to source filesaxtloss2023-05-311-1/+3
|
* Add permissions configuration fileaxtloss2023-05-311-5/+38
|
* Allow bind mounting from host into containeraxtloss2023-05-291-7/+7
|
* Add comments to functionsaxtloss2023-05-261-25/+10
|
* remove command, allow registry/repo/image:tag layoutaxtloss2023-05-251-11/+60
|
* Add shell subcommandaxtloss2023-05-251-2/+7
|
* Make the start command workaxtloss2023-05-251-1/+0
| | | | | I should rename this to "JHackIT", because this only consists of hacks lmao
* Add function to start containeraxtloss2023-05-251-3/+7
| | | | I cannot understand any of this anymore. Oh well :shipit:
* Add command line optionsaxtloss2023-05-241-35/+24
|
* 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