Sam.
Sam.
DockerSlim doesn't work in the `gVisor` runtime due to its lack of fanotify(7) support tracked here: https://github.com/google/gvisor/issues/2555 DockerSlim fails in the gVisor runtime with the following error: ``` docker-slim[build]: info=cmd.startmonitor...
Previously, `autochrome` would download the x86 version of Chromium on Apple silicon. This PR adds checks to ensure the ARM version of Chromium is installed on M1 devices. Running `autochrome`...
**Description** I think this is a similar problem to https://github.com/google/gvisor/issues/90. I am running SSH in a container and when a user within the shell environment makes a control signals like...
``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x70 pc=0x77a229] goroutine 1 [running]: github.com/sudosammy/knary/libknary.GuessIP({0xc0000267ae, 0xb}) /Users/sudosammy/repos/knary/libknary/dns.go:336 +0x149 main.main() /Users/sudosammy/repos/knary/main.go:60 +0x352 (edited) ```...
Docker implementation is hosed.
knary does not start if `ZONE_FILE` is not set. It must point to an empty file at least.
`http: proxy error: context canceled` Requests connect to knary, but are not forwarded on. Requests that don't match the proxy are also not successfully processed. .env ``` DNS=false HTTP=true BIND_ADDR=127.0.0.1...
The library was unable to make PATCH API calls in line with current Wise API requirements. This prevents is from being able to make serveral API calls in Staging and...