dockerc
dockerc copied to clipboard
panic: couldn't get username
With the latest version (0.3.2), for different images the following error appears now: panic: couldn't get username
$ ./dockerc --image docker://oven/bun --output bun
$ ./bun
thread 40341 panic: couldn't get username
Unwind error at address `exe:0x1083476` (error.InvalidDebugInfo), trace may be incomplete
Aborted (core dumped)
$ ./dockerc -i docker://bash:latest -o bash
$ ./bash
thread 40682 panic: couldn't get username
Unwind error at address `exe:0x1083476` (error.InvalidDebugInfo), trace may be incomplete
Aborted (core dumped)