Safely build docker images with git svn ssh private keys

Note: the information here is out of date: take a look at: https://docs.docker.com/develop/develop-images/build_enhancements/#new-docker-build-secret-information Often when building a docker container, your Dockerfile needs to pull down some code from a privately secured source control system like Git or SVN via SSH. In order to do this, the build process will need a valid ssh configuration local … Continue reading Safely build docker images with git svn ssh private keys