My Dockerfile collections.
This is my collection of Dockerfile.
# this will build all subdirectories
make
Weekly builds are available here.
I used to have the following dockerfiles, now consolidate them to one single repo for all kinds.
- popcorn-docker (this has been removed)
- diffoscope-arch
I do the following trick to preserve the commit history from the other repos.
git remote add diffoscope [email protected]:xatier/diffoscope-arch.git
git pull diffoscope --allow-unrelated-histories master --no-rebase
mv Dockerfile diffoscope-arch/
git add .
git commit
git remote rm diffoscope
Please see the README.md files inside each directory for details of each image.