mathieu-lemay / pipeline-runner

Tool to run Bitbucket pipelines locally
MIT License
31 stars 4 forks source link

Add missing files for ssh and missing mounts for pipes #19

Closed mathieu-lemay closed 5 months ago

mathieu-lemay commented 5 months ago

A few files were missing to replicate Bitbucket's ssh configuration.

  1. The known_hosts was not generated. It is not generated as an empty file. Some default host keys will probably be added in the future.
  2. The id_rsa_tmp key file was not generated. It is the same as id_rsa, but with world access. #SeKuRtY

Some mounts were also missing for pipes, most importantly the ssh folder. They are now mounted properly.