kafka-topics-ui
kafka-topics-ui copied to clipboard
Does not start in new docker with error "slice bounds out of range"
Problem was fixed here - https://github.com/miekg/dns/pull/642 . This project uses too old caddy, which still have a bug. Basically new docker versions have a bit different dns configs, which prevent old caddy from starting, so it should be updated.
I have this error and tried building the image from this caddy url: https://github.com/caddyserver/caddy/releases/download/v2.4.3/caddy_2.4.3_linux_amd64.tar.gz . But it breaks some other things because this caddy version is too new as well. Would asking for an update too much to hope for?