aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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-248-85/+89
|
* Merge pull request #1 from ↵axtloss2023-05-241-1/+1
|\ | | | | | | | | axtloss/dependabot/maven/org.apache.commons-commons-compress-1.21 Bump commons-compress from 1.14 to 1.21
| * Bump commons-compress from 1.14 to 1.21dependabot[bot]2023-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | Bumps commons-compress from 1.14 to 1.21. --- updated-dependencies: - dependency-name: org.apache.commons:commons-compress dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | Allow creating containersaxtloss2023-05-246-24/+142
|/
* Automatically extract downloaded blobsaxtloss2023-05-247-30/+220
|
* Add blob deduplicationaxtloss2023-05-244-137/+191
| | | | Adds installed blobs to a database and skips downloading them if it finds them in the database
* Add stuffaxtloss2023-05-234-1/+162
|
* 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-156-203/+297
| | | | | Runs each layer download on a different thread. Allows using registries other than registry.docker.io
* Create README.mdaxtloss2023-05-151-0/+9
|
* Add filesaxtloss2023-05-153-0/+270