You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
I had to as advised by OPS to revoke all my pub keys (60 servers) as the Docker container used my keys.
Why
The docker-composer.yml mount several directories of which ~/.ssh. I guess for good reasons to build the project within the container to minimize the hassle with environment settings.
@clemens-tolboom as it is the case on other issues, I think this project uses a very opinionated building and container system which should probably get simplified to a minimum. This SSH logic is pretty much disposable.
Hey @clemens-tolboom ! thanks for the heads-up! in this case the .ssh is only being used to facilitate the developers to ssh or make usage of their git inside the container, which is always local since we never build the image and sent it to anywhere.
Having said that, as @lucasconstantino mention we need to reduce the opinion of our docker stack, and I'll be taking a look at that this week 👍
For now we can just remove the mounting stuff.
The commit in 93100e3 removes the issue but I guess will block the build process as it will hit the github pull limit https://developer.github.com/v3/rate_limit/ . I'm not sure although I hit it once with a composer project iirc. Not sure and not time to test (deadline)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What happened
I had to as advised by OPS to revoke all my pub keys (60 servers) as the Docker container used my keys.
Why
The docker-composer.yml mount several directories of which
~/.ssh
. I guess for good reasons to build the project within the container to minimize the hassle with environment settings.taller-test/docker-compose.yml
Line 36 in 580208a
Awesome project
Don't get me wrong as sharing this project is great. I hope to contribute to it.
Resolution
docker-compose.yml
file and understanding themakefile
.README.md
should have a warning too..ssh-taller
instead of.ssh
would at least trigger losts of people.The text was updated successfully, but these errors were encountered: