fahed dorgaa

Results 135 comments of fahed dorgaa

@natefinch perfect! can have this https://github.com/natefinch/lumberjack/pull/158 in V3.0 plz . We need it in [nerdctl](https://github.com/containerd/nerdctl) https://github.com/containerd/nerdctl/pull/959/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6R174

@IvanTurgenev1 we have an example here https://github.com/crossplane-contrib/provider-ansible/blob/main/examples/ansible/ansibleRun-remote-host.yml actually we support tow modes: - [inline inventory](https://github.com/crossplane-contrib/provider-ansible/blob/main/examples/ansible/ansibleRun-remote-host.yml) - inventory from kubernetes secrets/cm - run playbook from github: we do not yet support...

Thanks, but please sign the commit for DCO https://github.com/apps/dco (run `git commit -a -s --amend`, and make sure that the `Signed-off-by: NAME ` line with your real name is included...

Hey @morningspace , Yes the actual release do not support remote and inline at the same time. We try add gradually this features :)

@kolyshkin would please close this ticket ( https://github.com/opencontainers/runc/pull/3662 was merged)

the `state.json` is the container state within `libcontainer`, assuming that `container` is part of libcontainer, the state generation config need to stay inside `libcontainer`. This being said libcontainer func(s) that...

I already opened an issue ticket to handle `502` errors too https://github.com/GoogleContainerTools/jib/issues/4266

@AkihiroSuda > Did you mean "exist" or "exit" ? Yes `exit` > And how would it be different from poststop hooks? `poststop` hook is called [after the container is deleted](https://github.com/opencontainers/runtime-spec/blob/main/runtime.md#lifecycle)...

> > PostExit should be called after the container exit > > How implementable? did not get your question ? You mean how to introduce a runtime implementation. If yes...

@AkihiroSuda would please give me more details about `exec(2)-ing the container process` or may be link code or article around this. I am looking for an entrypoint to understand what...