s2i-dotnetcore: Permission issues using Red Hat Developer Studio

As Red Hat Developer Studio enables easy continuous deploy with rsync, it would be great to include rsync in the container to allow continuous deployment from this IDE.

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 19 (12 by maintainers)

Most upvoted comments

According to https://docs.openshift.org/latest/dev_guide/copy_files_to_container.html#copying-requirements the main diff between rsync and tar is that directories are not created with tar where they are with rsync. So I would recommand adding rsync to the image.