aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-24Allow creating containersaxtloss6-24/+142
2023-05-24Automatically extract downloaded blobsaxtloss6-30/+213
2023-05-24Add blob deduplicationaxtloss3-135/+183
Adds installed blobs to a database and skips downloading them if it finds them in the database
2023-05-23Add stuffaxtloss3-0/+157
2023-05-15fix some warningsaxtloss4-18/+8
Intellij when unnecessary .toString: "boohoo pls remove :(" Intellij when literally my code: "yeah that's fine :D"
2023-05-15multithreaded downloads and non docker registriesaxtloss4-198/+289
Runs each layer download on a different thread. Allows using registries other than registry.docker.io