kinu-garage / docker_vcs

Tool to support building Container/Images using VCS
Apache License 2.0
2 stars 0 forks source link

docker_vcs: cache directory for workspace is not preventing duplicate copy #11

Open 130s opened 2 years ago

130s commented 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.

$ ./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/ \

Open question