gardener / gardener-extension-os-coreos

Gardener extension controller for the CoreOS/FlatCar Container Linux operating system.
https://gardener.cloud
Apache License 2.0
4 stars 31 forks source link

Change base image from alpine to distroless #47

Closed dimityrmirchev closed 2 years ago

dimityrmirchev commented 2 years ago

How to categorize this PR?

/area os /kind enhancement

What this PR does / why we need it: This PR changes the base image for gardener-extension-os-coreos container from alpine to distroless. The process will now use a non root user for its execution. This will reduce the attack surface of the image. Which issue(s) this PR fixes: Fixes #

Special notes for your reviewer:

Release note:

The extension container now uses `distroless` instead of `alpine` as a base image.