pedantic79
pedantic79
I've been experiencing DNS failures randomly too. Especially, when having many queries in quick succession. Would having a caching dns server sit between the qemu dns and the containers help?...
> > I'm not convinced the differences between glibc and musl are the root cause here; unless colima does something different, there should be only a single nameserver in /etc/resolv.conf,...
@abiosoft Yes that seems to fix things. I ended up using `192.168.5.2`, the host, since work runs a dns proxy on my laptop. This way I can resolve private addresses...
I'm running 64-bit Raspberry Pi OS (trying to utilize all 8GB on the pi4 that I have), so the mvance/unbound-rpi image still won't work for me. A quick look at...
I added a GHActions to my fork to build it for arm64 and amd64. Building arm64 is quite slow (probably due to being emulated), and takes over an hour. https://github.com/pedantic79/unbound-docker/commit/21d20faf5a78cd13e5c4c5d03a0056acef5ef634
> update for arm64 image? I've been using https://hub.docker.com/r/pedantic/unbound which uses my GH action to build the arm64/amd64 based on the latest copy of the repo. I have a cronjob...
This is being caused by https://github.com/alexcrichton/curl-rust/issues/524 A fix for this is available, and running: `cargo update -p curl-sys` will update the curl-sys dependency in the `Cargo.lock`. If you have a...
This is happening because you have bitstring 4 installed. Try forcing a `bitstring==3.1.9`. Source needs to be updated to support both pyproject.toml and bitstring 4.
Probably a dup of #20
According to https://doc.rust-lang.org/cargo/reference/environment-variables.html#configuration-environment-variables, The debug-assertions should be configurable with `CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS = "true"`