librespeed / speedtest-go

Go backend for LibreSpeed
GNU Lesser General Public License v3.0
700 stars 152 forks source link

Investigate using ko build rather than docker build #60

Open adamus1red opened 1 year ago

adamus1red commented 1 year ago

Description

Ko is a build system for Go containers that creates a minimal container with just enough to run.

Why it should be implemented

This would decrease the attack surface of the container.