Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-05-24 | Add command line options | axtloss | 7 | -85/+84 | |
2023-05-24 | Allow creating containers | axtloss | 6 | -24/+142 | |
2023-05-24 | Automatically extract downloaded blobs | axtloss | 6 | -30/+213 | |
2023-05-24 | Add blob deduplication | axtloss | 3 | -135/+183 | |
Adds installed blobs to a database and skips downloading them if it finds them in the database | |||||
2023-05-23 | Add stuff | axtloss | 3 | -0/+157 | |
2023-05-15 | fix some warnings | axtloss | 4 | -18/+8 | |
Intellij when unnecessary .toString: "boohoo pls remove :(" Intellij when literally my code: "yeah that's fine :D" | |||||
2023-05-15 | multithreaded downloads and non docker registries | axtloss | 4 | -198/+289 | |
Runs each layer download on a different thread. Allows using registries other than registry.docker.io |