Liora Milbaum

Results 49 comments of Liora Milbaum

I am hitting some similar issues. The module was working with the following uri - `f"unix:///run/user/{os.getuid()}/podman/podman.sock` until I run the following command: `sudo usermod --add-subuids 100000-165535 --add-subgids 100000-165535 $USER &&...

> If you run podman natively does it work? Nop. It stopped working as well. Is there a way to restore the settings before the usermod command?

@rhatdan I was able to revert the change such that podman cli returned working. The api is not. Hitting the error `requests.exceptions.ConnectionError: ('Connection aborted.', APIError("Unable to make connection to UDS...

Was this use case ever resolved? Can we use ecs-params.yaml to set the container_name? One of my containers is an ngnix which reference to another container. The reference name is...

I have a private github repo. User jenkins, the user who runs the plugin, can't clone the private repo. It hits and error: git clone [email protected]:XXX/DevOps.git Cloning into 'DevOps.git'... ERROR:...

@PeterLappo How did you manage to set the plugin configuration with Ansible? Can you provide the complete tasks list?

I haven't checked the current implementation. This issue is open from March 2019 :-)

> > Thanks @nejch for getting this done! There will probably be an issue for those of us who use `podman` rather than `docker` but I can work on testing...

I think it worth adding this feature to the features list mentioned in the README

Integration tests would probably help us figure out what actually happens when the library is being used by an application. More than that, it will provide us the confidence that...