-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Labels
area/control-planeControl plane relatedControl plane relatedkind/enhancementEnhancement, improvement, extensionEnhancement, improvement, extensionpriority/3Priority (lower number equals higher priority)Priority (lower number equals higher priority)
Description
How to categorize this issue?
/area control-plane
/kind enhancement
/priority 3
What would you like to be added:
The Dockerfile
in all machine-controller-manager projects should update the base image.
They are still using Debian 11, which is not updated anymore since July 2024.
Example:
FROM gcr.io/distroless/static-debian11:nonroot as base
should be replaced by
FROM gcr.io/distroless/static-debian12:nonroot as base
Why is this needed:
The distroless image contains the CA certificates which may be important for TLS communication.
aaronfern
Metadata
Metadata
Assignees
Labels
area/control-planeControl plane relatedControl plane relatedkind/enhancementEnhancement, improvement, extensionEnhancement, improvement, extensionpriority/3Priority (lower number equals higher priority)Priority (lower number equals higher priority)