aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/jshipit/JshipIT.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-31Add SPDX License header to source filesaxtloss1-1/+3
2023-05-31Add permissions configuration fileaxtloss1-5/+38
2023-05-29Allow bind mounting from host into containeraxtloss1-7/+7
2023-05-26Add comments to functionsaxtloss1-25/+10
2023-05-25remove command, allow registry/repo/image:tag layoutaxtloss1-11/+60
2023-05-25Add shell subcommandaxtloss1-2/+7
2023-05-25Make the start command workaxtloss1-1/+0
I should rename this to "JHackIT", because this only consists of hacks lmao
2023-05-25Add function to start containeraxtloss1-3/+7
I cannot understand any of this anymore. Oh well :shipit:
2023-05-24Add command line optionsaxtloss1-35/+24
2023-05-24Allow creating containersaxtloss1-1/+4
2023-05-24Add blob deduplicationaxtloss1-1/+1
Adds installed blobs to a database and skips downloading them if it finds them in the database
2023-05-23Add stuffaxtloss1-0/+6
2023-05-15fix some warningsaxtloss1-11/+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-4/+13
Runs each layer download on a different thread. Allows using registries other than registry.docker.io