rtyley / bfg-repo-cleaner

Removes large or troublesome blobs like git-filter-branch does, but faster. And written in Scala
https://rtyley.github.io/bfg-repo-cleaner/
GNU General Public License v3.0
10.83k stars 535 forks source link

Create a docker package for bfg and push to dockerhub (or github packages) #481

Open kkapelon opened 1 year ago

kkapelon commented 1 year ago

Right now using/installing bfg as a non java/scala dev is not very straightforward. It is even more difficult for non-developers.

If a docker image is created then people will not have to install anything at all. They will simply run

docker run bfg <args>

This should also help with