Skip to content

xatier/dockerfiles

Repository files navigation

Dockerfiles

Build Status

My Dockerfile collections.

This is my collection of Dockerfile.

Build

# this will build all subdirectories
make

Pre-built images

Weekly builds are available here.

Preserve the history

I used to have the following dockerfiles, now consolidate them to one single repo for all kinds.

I do the following trick to preserve the commit history from the other repos.

git remote add diffoscope git@github.com: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.