Open 130s opened 2 years ago
E.g. With the following command, i'd expect no temporary context directory would be created as tmp_context_path is defined. But in reality it gets created.
tmp_context_path
$ ./docker_builder_vcs.py \ --dockerfile Dockerfile_ros-melodic \ --entrypoint_exec entry_point.bash \ --docker_base_img ros:melodic-ros-base \ --tmp_context_path /tmp/docker_vcs_20220412102739/ \
E.g. With the following command, i'd expect no temporary context directory would be created as
tmp_context_path
is defined. But in reality it gets created.Open question
tmp_context_path
is defined. Should the files in the specified path completely ignored? Or check the diff?