Nicola Sella

Results 94 comments of Nicola Sella

Hey, thanks this is worth investigating. I can't reproduce it with this code here. ```python from podman import PodmanClient client = PodmanClient() c = client.containers.create('ubuntu:latest', command=['sleep', '1000'], detach=True) c.start() exit_code...

hey @343i , did you have the chance to investigate on it?

> Since the response is streamed, the return code is always None. Is this the intended behavior by design of the Podman API, or is there a workaround to retrieve...

closing, can't reproduce and no updates. feel free to reopen if you hit the issue and I'll help you investigating :)

@jamilnielsen late to the party. Did you consider running the stack with [podman](https://github.com/containers/podman)?

It seemed the concerns were about privesc. so to prevent getting root access outside of the container one could simply use podman as a replacement from docker and get the...

I believe some fix will be needed for the file `get-deps` as well for local builds. ```diff @@ -89,7 +89,7 @@ fedora_deps() { 'gcc-c++' \ 'flatpak-builder' \ 'fontconfig-devel' \ -...

@zmc that's right! @jwhonce do you have access to readthedocs?

hi @ooooona , Could you try to rebuild with `fedora:latest` image? I tried to build the container with this Dockerfile: ```diff @@ -24,7 +24,7 @@ RUN pip install poetry==$POETRY_VERSION &&...

definitely a bug. can reproduce on Fedora 42, thanks for the report.