Ilya Shipitsin

Results 617 comments of Ilya Shipitsin

Coverity is aware of jump from line 196 to line 288. I tried to address that issue. line 274 is outside the scope of this fix (I think that 196...

do you run tests with coredump enabled ?

yes, log looks there's no segfault. I asked to check core dump because it is easy to try. who knows. another thing to suggest is running particular test in debug...

please provide steps how to invoke buildx to build arm (is it really arm64 ?) images

I tried on `Docker version 20.10.12, build 20.10.12-0ubuntu2~20.04.1`: ``` r$ docker buildx build -t softethervpn/vpnserver:stable -f Dockerfile.stable --push --platform linux/amd64,linux/arm64,linux/arm/v7 . unknown shorthand flag: 't' in -t See 'docker --help'....

nevermind, I've figured out how to invoke it

if I invoke like that `docker build -f Dockerfile --platform linux/amd64 .`, I see ``` Step 11/27 : FROM builder-$TARGETARCH AS builder invalid reference format ```

I picked build command from README ... ``` docker build -t softethevpn:latest . ``` ``` Sending build context to Docker daemon 97.28kB Step 1/27 : FROM alpine as base --->...

btw, I see that "docker/xxx" actions are not the most recent available. should we update them ? (while this is not related to current PR)