Paul Holzinger
Paul Holzinger
Every time a new ticket is created via e-mail the notification and the welcome user e-mail fails to send. When the Ticket is submitted via web interface this works fine....
The recommended replacement does not work because other code paths expect an initialized envCacheMap. Fixes #720
When building a dockerfile with more than one run statement and private networking set, buildah will create a new network namespace each time. Network setup and teardown is slow especially...
In many places `strings.Split(remote, ":")` is used to split the ip and port. This does not work for ipv6 addresses. https://github.com/containers/gvisor-tap-vsock/blob/9d8e7a5c6c5ac56290da3d78c5cd65cc59fff98a/pkg/services/forwarder/ports.go#L53-L56 To make this work with ipv6 addresses `net.SplitHostPort` should...
Basically the same as 2a0947e601c354f0c63a3802f8084db1b23e1851 but this made the exception to checkpoint the netns when the netns path is empty in the runtime spec. This works only for the case...
``` $ sudo bin/podman run -d --name test --uidmap 0:0:1000 quay.io/libpod/testimage:20221018 top fcfc957177dec9a4ae308ad79713bb2a1b5598af76f1d128b24b576ad0a90021 $ sudo bin/podman container checkpoint test 2023-05-08T12:49:06.173711Z: CRIU checkpointing failed -52. Please check CRIU logfile /var/lib/containers/storage/overlay-containers/fcfc957177dec9a4ae308ad79713bb2a1b5598af76f1d128b24b576ad0a90021/userdata/dump.log Error:...
Split error handling functions from `registry/client` into a new `registry/client/errors` package. This allows consumers who are only interested in the error handling code to import this package without getting big...
A podman user reported that a server hangs when receiving oob data. https://github.com/containers/podman/issues/18161 It works as root and via slirp4netns port handler. I suspect that this is simply not implemented...
Right now our dns startup is super flaky causing many flakes in CI that are only solved by using retries. This is bad and often not what users are doing....
The test assumed that we have a fdxx:... addresses which is what we should be getting normally, however the ipv6 subnet generator had a bug that caused it to create...