Sam Weston

Results 32 comments of Sam Weston

This also seems to be an issue on ECR. Downgrading to 1.2.10 fixes it.

Just came across this problem with the jetty:9-jre11-slim image on Docker Hub. I'm using that rather than Distroless for multi-arch (ARM64) support, and for some reason the default entrypoint shell...

At a guess it's an IPv6 issue with your machine/network. Try disabling IPv6 on your machine.

@srishtipmishra The latest terraform releases now have arm builds and other providers have added support by simply upgrading to Go 1.16 e.g. https://github.com/Mongey/terraform-provider-kafka/pull/173/files It looks like this provider might depend...

Thanks for this, it gets me a little closer to what I want out of this project. However if I enable directory listings, this feature no longer works. I really...

Ah sorry, I've just realised the dockerfile was building from git and not my local checked out changes. Your patch may indeed do what I need if I can work...

This seems to do what I was looking for, but is probably terrible code... ``` diff --git a/main.go b/main.go index 85e64dd..4867758 100644 --- a/main.go +++ b/main.go @@ -314,19 +314,20 @@...

@thomasmhofmann @wesmcouch Sorry not found a solution. It would be really good to have a version of this I could use in production.

Great thanks. I'll try the new version as soon as I can.

I also needed this so I've forked the repo and am hosting my own Helm repository using github actions/pages, if it makes life easier: https://github.com/cablespaghetti/missing-container-metrics/tree/main/charts/missing-container-metrics