SAP-archive / karydia

Kubernetes Security Walnut
Other
77 stars 10 forks source link

Alpine base image for production #139

Closed dacappo closed 5 years ago

dacappo commented 5 years ago

Description

Alpine replaces Debian as base-image for our prod-image. Running our binary from scratch brings complications with the logging frameworks that require certain directories with file access. This change still reduces the prod-image size by roughly 60%.

Alpine 3.9 is approved as a base-image by SAP.

Fixes #80.

Checklist

Before submitting this PR, please make sure: