]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
move Dockerfile back to root. DockerHub can't handle it elsewhere.
authorBrian Warner <warner@lothar.com>
Sun, 7 Jun 2015 21:30:58 +0000 (14:30 -0700)
committerBrian Warner <warner@lothar.com>
Sun, 7 Jun 2015 21:30:58 +0000 (14:30 -0700)
commitcf9b38286375c3c1961c244fd4a7941bb7727d70
tree5edcf2cab7421a695ab585f0e6a89432cf307c59
parentc79cda2c69d246b2326c1f444991c047dfcb7210
move Dockerfile back to root. DockerHub can't handle it elsewhere.

It looks like DockerHub's automated builds only have access to the
subtree of the source checkout at+below the Dockerfile. Putting the
Dockerfile in misc/build_helpers/ meant that the build process only had
access to misc/build_helpers/, not the full source tree.
Dockerfile [new file with mode: 0644]
misc/build_helpers/Dockerfile [deleted file]