dns-proxy-server
dns-proxy-server copied to clipboard
Static Build & No deps & Lighter Docker Containers
Related with Issue #143
Compile App as static binary without dependencies to use a scratch image and shrink the new containers at minimum.
In my tests I have 10,5MB containers.
NOTE: I only can test AMD64 containers.
Thanks for the contribution @ricardoper, actually DPS depends on some linux commands, we will have to find them then make some refactor
If you take a look at utils/exec file, you will see that some linux commands are required by DPS
moving the conversation about this feature to #147