Max Kovgan
Max Kovgan
@j00bar I'm doing acc. to your suggestion, and let's see how this helps.
I'm on Linux, Ubuntu 16.04. This is not working properly for me. I hoped ssh auth sock would be passed mounted on conductor, but it wasn't. I was passing via...
from `aws ecr create-repository help`: ``` --repository-name (string) The name to use for the repository. The repository name may be spec- ified on its own (such as nginx-web-app ) or...
@chouseknecht you are correct. **should** is the main theme: Each 'phase' (build, run, etc.) may need different env, even inside the same organization/team. So, "defaults" would be a good place...
@shalomb I understand the idea, and the motivation. it's cool. I disagree with the implementation :) Will try to pull this from your fork, and reorg it a bit differently....
@shalomb about `#2` in general, I think if the `--vars-files` are working properly, It would be preferrable and safer. and it can be easily automated as well, you don't have...
@shalomb clearly you were thinking about your specific use case 👍 the concern from the `ansible-container` project angle, IMHO (I'm just chirping in after 2d of playing with it) is...
@j00bar you are covering my use case, and I will find out how to skin this hairless cat in weird environments with scripting, or vars-files generating. Now, I need to...
on one hand passing the key is indeed cool. but maybe passing `SSH_AUTH_SOCK` path would be ... better? But to make this one right `--tmpfs` support needs to be added...
@mattolenik , the PR looks correct, `getopts` needs `:` after the options followed by `OPTARG`, meaning the diff should show: ``` diff --git a/install.sh b/install.sh index b6fc803..8e00db5 100755 --- a/install.sh...