qvest-digital / loginsrv

JWT login microservice with plugable backends such as OAuth2, Google, Github, htpasswd, osiam, ..
MIT License
1.92k stars 150 forks source link

Move binary build into dockerfile #159

Closed kernle32dll closed 4 years ago

kernle32dll commented 4 years ago

As stated in #154, the binary is currently build against glibc, and deployed in a musl image. This PR fixes this, by moving the build into the Dockerfile.

I tried to take care to not alter the resulting image too much.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 91.423% when pulling f0c9488f44641c17be02f7ae3b564c351c5fe7ed on kernle32dll:build-in-docker into 128c9e40a05cf3c2456f6aba7343ca1b58cefc1a on tarent:master.