Vyacheslav

Results 69 comments of Vyacheslav

Can you provide more details about ansible-container usage-scenario? In it's present state it is rather logically to use it to build images and push to some registry, while handle their...

My understanding, that current concept requires privileged mode, may be @j00bar can join the thread for the short explanation

when building container you generally do not need sudo, so it is normal that it is not present.

@justinmayer I have similar setup, and I do resolve that in the following way: on my makefile I have specified path to my "real code root" ``` # path to...

@justinmayer is issue still actual ?

Mentioned part for sure works. Compare approaches below with the one you are using. https://github.com/softasap/sa-container-bootstrap/tree/master/box-example/alpine-35 fallback to packer: https://github.com/softasap/sa-container-bootstrap/tree/master/box-example-packer/alpine-35 If source is out of context , you can use --src-mount-path...

when you are saying google cloud, what operation system is on mentioned VM? and it's version?

@dchsueh if you have system in faulty condition, can you produce `pip freeze` and attach output here? I tried few times - seem ok. (Note: I never install ansible-container globally...

@gregdek I confirm the issue. Have to use `--debug` in prod pipelines for a while - works robust.

@gregdek Regarding weird breakage on develop - actually ubuntu:bionic caused that due to typo in tag (not sure how it was green in form of PR) - nevertheless - this...