You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions.
Today, etcd base images are based off
debian
or k8sdebian-base
. https://github.com/etcd-io/etcd/blob/main/Dockerfile-release.amd64#L1-L2In the past, there was a proposal to move base images from alpine to distroless: #10804 looks like they were moved to debian as an interim step #10805
Is it possible to fully move to distroless/static as a base image to reduce attack surface and image size?
The text was updated successfully, but these errors were encountered: