Docker image to run common Golang applications
FROM cedropeople/go-runtime
Image based on alpine with the following additional components:
- ca-certificates - allow SSL-based applications to check for the authenticity of SSL connections
- tzdata - time zone database
- grpc-health-probe - grpc health check tool