looking for some help ... just started looking at Docker and docker-compose, however, some of our gems are in a private repo which means that the build fails as the container does not have access to my ssh keys. There is very little documentation out there on this, but what I can gather is if you add them to the container then they stay in history and if you do a docker push then they are accessible to the world.
Have seen that https://www.habitus.io/ can solve this problem but can't find any real tutorials on this?
All I need to do is build a rails server but pulling gems from our private repo while been secure.
Thanks
Have seen that https://www.habitus.io/ can solve this problem but can't find any real tutorials on this?
All I need to do is build a rails server but pulling gems from our private repo while been secure.
Thanks