After running make build then sudo docker-compose up --build.
The output is as below
`Building escape-pod-extension
Step 1/3 : FROM scratch
--->
Step 2/3 : COPY escapepodextension /
---> Using cache
---> 66301114a1b6
Step 3/3 : ENTRYPOINT ["/escapepodextension"]
---> Using cache
---> 9652e92d7e7e
Successfully built 9652e92d7e7e
Successfully tagged go_escape-pod-extension:latest
Recreating go_escape-pod-extension_1 ... done
Attaching to go_escape-pod-extension_1
escape-pod-extension_1 | {"Function":"main.main","Source":"main.go:75","level":"fatal","msg":"error during server setup: [invalid client-authentication value "\"NoClientCert\"", valid values [NoClientCert, RequestClientCert, RequireAnyClientCert, VerifyClientCertIfGiven, RequireAndVerifyClientCert]]","time":"2021-03-14 14:20:09"}
go_escape-pod-extension_1 exited with code 1
After running make build then sudo docker-compose up --build.
The output is as below
`Building escape-pod-extension
Step 1/3 : FROM scratch
--->
Step 2/3 : COPY escapepodextension /
---> Using cache
---> 66301114a1b6
Step 3/3 : ENTRYPOINT ["/escapepodextension"]
---> Using cache
---> 9652e92d7e7e
Successfully built 9652e92d7e7e
Successfully tagged go_escape-pod-extension:latest
Recreating go_escape-pod-extension_1 ... done
Attaching to go_escape-pod-extension_1
escape-pod-extension_1 | {"Function":"main.main","Source":"main.go:75","level":"fatal","msg":"error during server setup: [invalid client-authentication value "\"NoClientCert\"", valid values [NoClientCert, RequestClientCert, RequireAnyClientCert, VerifyClientCertIfGiven, RequireAndVerifyClientCert]]","time":"2021-03-14 14:20:09"}
go_escape-pod-extension_1 exited with code 1