bolkedebruin / rdpgw

Remote Desktop Gateway in Go for deploying on Linux/BSD/Kubernetes
Apache License 2.0
698 stars 115 forks source link

distroless docker image #33

Closed m-baertschi closed 2 years ago

m-baertschi commented 2 years ago

The distroless docker image contains only the absolute necessary files to run the go binary. The resulting container is 17.6MB where 15MB is the go binary itself. This image is designed for production use and does not contain any debug tooling. For this reason it's in a new folder.