Create docker-compose and remove customer git fallback#99
Conversation
|
When running |
|
That might be because you're using a hardware token? It executes |
b03301b to
ddfbe73
Compare
The issue was that the private key had a non-standard name (e.g. not |
31c224a to
cec8f53
Compare
Simplify the user and SSH setup to make local usage easier. Signed-off-by: Simon Rüegg <simon@rueggs.ch>
The customer repo URL is required from the API, remove the fallback to the env var. Signed-off-by: Simon Rüegg <simon@rueggs.ch>
Validate and compile docs. Signed-off-by: Simon Rüegg <simon@rueggs.ch>
Simplify the user and SSH setup to make local usage easier.
By default the user's
.ssh/directory with all keys gets mounted into the container. An SSH agent is started and the keys are added withssh-addin the entrypoint. To skip the SSH agent setup, one can set theSSH_AUTH_SOCKenv var to a path which is available in the container (mounted) to reuse an existing agent.This will require some changes to the commodore job runner, MR is in progress.
Also, remove the customer git fallback.