kolla/tools
Steven Dake 1078eddf11 Allow symlinks in the container build
This patch permits symlinks in the docker build.  Normally docker
does not permit symlinked files in the build context sent to the
docker server.  To work around this problem, a secure directory
is created in /tmp and the container contents are copied to that
directory.  Any symlinks are turned into their non-symlinked
equivalents.

Change-Id: I38cd5aeed4c73b90449354a0979fc6ddf7891ccb
Implements-blueprint: linked-build
2015-02-16 20:24:15 -07:00
..
build-all-docker-images Improvements to build-all-docker-images script 2015-01-14 09:14:27 +09:00
build-docker-image Allow symlinks in the container build 2015-02-16 20:24:15 -07:00
cleanup-containers Pass cleanup scripts arguments to docker 2015-01-15 09:27:27 +09:00
cleanup-images Pass cleanup scripts arguments to docker 2015-01-15 09:27:27 +09:00
pre-commit-hook Various fixes to pre-commit hook 2015-01-19 16:43:55 +09:00
start Make scripts work on latest Atomic images 2015-01-19 10:32:49 +09:00
start-all-pods Make scripts work on latest Atomic images 2015-01-19 10:32:49 +09:00
start-all-replications Make scripts work on latest Atomic images 2015-01-19 10:32:49 +09:00
start-all-services Make scripts work on latest Atomic images 2015-01-19 10:32:49 +09:00
stop Make scripts work on latest Atomic images 2015-01-19 10:32:49 +09:00
stop-all-pods Make scripts work on latest Atomic images 2015-01-19 10:32:49 +09:00
stop-all-replications Make scripts work on latest Atomic images 2015-01-19 10:32:49 +09:00
stop-all-services Make scripts work on latest Atomic images 2015-01-19 10:32:49 +09:00
update-build-links Make scripts work on latest Atomic images 2015-01-19 10:32:49 +09:00
validate-all-json.sh Make scripts work on latest Atomic images 2015-01-19 10:32:49 +09:00
validate-all-maintainer.sh Make scripts work on latest Atomic images 2015-01-19 10:32:49 +09:00
validate-all-yaml.sh Make scripts work on latest Atomic images 2015-01-19 10:32:49 +09:00
validate-json.py add better validation checks (part 1) 2014-10-14 15:21:22 -04:00
validate-maintainer.sh Fix validate-maintainer.sh script 2015-01-19 16:51:22 +09:00
validate-yaml.py add better validation checks (part 1) 2014-10-14 15:21:22 -04:00