Chris Swan

Results 138 comments of Chris Swan

During PR73 we've been able to look at Rust (and the Rust tooling within OpenWRT) closely enough to establish that a Rust version is unlikely to satisfy the needs expressed....

Moving to PR72. @kumarnarendra701 can you please make sure this one's on your list for this sprint.

Nice find @kumarnarendra701 Swarmprom looks really nice. Let's get it set up on staging and see how we get on with it (and whether it can solve the problem we're...

@cconstab I know that you tried Portainer a while ago, so it would be good to get your feedback on it?

Bumping to PR78 so that @kumarnarendra701 can continue. I've suggested: > If Portainer isn't suitable then maybe go back to swarmprom and let's see what it might take to get...

@kumarnarendra701 looks like the mon_dockerd-exporter containers are unable to send their data: ```log ... 17/Jan/2024:14:18:02 +0000 [ERROR 502 /metrics] dial tcp 172.18.0.1:9323: getsockopt: connection refused 17/Jan/2024:14:18:17 +0000 [ERROR 502 /metrics]...

@kumarnarendra701 can you please try to get back into this and see if you can resolve the network issues.

Have you tried copying just `dart` into your `FROM scratch` container so that it can be found (making sure it's somewhere on the PATH)? It's possible that you'll then run...

@mnordine you could propose a change to the README at https://github.com/docker-library/docs/tree/master/dart so that it gives examples for AOT and JIT

It seems that `libatomic.so.1` has been removed from the `debian:unstable` image for linux/riscv64 but it's still needed by `dart compile exe` (testing with 3.2.0-42.1.beta). To deal with this I've modified...