Skip to content

Update base image to Debian 12 #982

@MartinWeindel

Description

@MartinWeindel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/control-planeControl plane relatedkind/enhancementEnhancement, improvement, extensionpriority/3Priority (lower number equals higher priority)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions