aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add comments to functionsaxtloss2023-05-266-78/+227
|
* remove command, allow registry/repo/image:tag layoutaxtloss2023-05-255-47/+114
|
* Add shell subcommandaxtloss2023-05-253-7/+24
|
* Make the start command workaxtloss2023-05-253-10/+27
| | | | | I should rename this to "JHackIT", because this only consists of hacks lmao
* Add function to start containeraxtloss2023-05-255-21/+185
| | | | I cannot understand any of this anymore. Oh well :shipit:
* Change tar extract methodaxtloss2023-05-253-88/+24
|
* Change mount function and add chmodaxtloss2023-05-256-53/+39
|
* Add command line optionsaxtloss2023-05-247-85/+84
|
* Allow creating containersaxtloss2023-05-246-24/+142
|
* Automatically extract downloaded blobsaxtloss2023-05-246-30/+213
|
* Add blob deduplicationaxtloss2023-05-243-135/+183
| | | | Adds installed blobs to a database and skips downloading them if it finds them in the database
* Add stuffaxtloss2023-05-233-0/+157
|
* fix some warningsaxtloss2023-05-154-18/+8
| | | | | Intellij when unnecessary .toString: "boohoo pls remove :(" Intellij when literally my code: "yeah that's fine :D"
* multithreaded downloads and non docker registriesaxtloss2023-05-154-198/+289
| | | | | Runs each layer download on a different thread. Allows using registries other than registry.docker.io
* Add filesaxtloss2023-05-152-0/+203