Jun
Jun
Yes, the DHCP option is not supported now, a simple way is that you can directly modify the CNI config file in `/etc/cni/net.d/`.
`poststop` event hook seems to be [a post-delete hook](https://github.com/opencontainers/runtime-spec/blob/v1.0.2/config.md#poststop).
I think I could update code based on the json output! > Are we not compatible with older versions?
> The output of the buildctl prune is not soo standard, it would use both \t and white-space as the delimiter: You can convert `\t` to whitespace.
> Parse the JSON if the JSON output is available, otherwise we can just print the bare output from buildctl builder prune Honestly, I wish we could be compatible with...
> What about using BuildKit Go API? I prefer to use that instead of parsing the text, because go API seems more stable and easy to use. 🤔 SGTM.
I can't reproduce too.
Sorry, I retried a few times to make sure it's reproducible. ```sh $ sudo nerdctl info Client: Namespace: default Debug Mode: false Server: Server Version: v1.6.4 Storage Driver: overlayfs Logging...
It looks like missing the default network, `CNIEnv` will recreate it and the `bridge` network need a firewall plugin.
> When we do nerdctl compose pull --verify=cosign --cosign-key=/path/to/key , we are aware that we are targeting all services in the specs : verifying all images with same key I...