Eric Smalling
Eric Smalling
Is there some kind of timeout occuring during the scan, possibly?
Taking a stab at things, I ran: `docker run --rm -it --name snyk -v $(pwd):/project -e SNYK_TOKEN=$SNYK_TOKEN -v /var/run/docker.sock:/var/run/docker.sock snyk/snyk:docker snyk container test ericsmalling/goof-image:latest --file=/project/Dockerfile` and it worked fine, immediately...
https://asciinema.org/a/hGrL1szSgMQizKXWBR06v2F0x
FYI - I tried increasing my VM's RAM to 4096m but it had no impact.
Admittedly, this change assumes base image `nobody` UID and GID stay the same.
Polite bump ;) @jbeda
(rolled back package.json changes accidentally merged above)
Probably an alpine base image issue given that it's failing in the Dockerfile build
Right, but the Makefile should work cross-platform. Even when running as `ARCH=arm64 make images` it fails with: ``` ARCH=arm64 make images ﳑ generating Dockerfile .kuard-arm64-blue-dockerfile from Dockerfile.kuard container image: kuard-build...
You appear to have misspelled the registry account name, it's `kuar-demo` not `kuard-demo` Try `docker run -d --name kuard --publish 8080:8080 gcr.io/kuar-demo/kuard-amd64:blue` instead.