micromdm / scep

Go SCEP server
MIT License
310 stars 121 forks source link

Build binary file with latest sourcecode #205

Closed PikuZheng closed 7 months ago

PikuZheng commented 1 year ago

Since the binaries in the repo are older than the source code. Use this Dockerfile to compile the binary with the latest code and apply to the container

jessepeterson commented 7 months ago

I'm confused about this PR. We don't keep any binaries in the repo. You perform a make locally to build from source and then build the docker image. We're not doing cross-compiles (yet) so not sure why we need to build in the docker container.