aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/jshipit/Main.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-31Add SPDX License header to source filesaxtloss1-0/+2
2023-05-31Add permissions configuration fileaxtloss1-1/+1
2023-05-24Add command line optionsaxtloss1-1/+1
2023-05-15fix some warningsaxtloss1-1/+1
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-36/+4
Runs each layer download on a different thread. Allows using registries other than registry.docker.io