Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Image Update Policy to include monthly rebuild clause #5868

Merged
merged 5 commits into from
Sep 11, 2024

Conversation

lbussell
Copy link
Contributor

@lbussell lbussell commented Sep 9, 2024

Our current Image Update policy specifies that we only force re-build for base image updates and CRITICAL severity CVEs. Ubuntu Chiseled images are made from scratch, so that never happens. In the case where .NET servicing skips a month, that leaves Chiseled users with no updates for two whole months. Since Ubuntu Chiseled has limited support for extending or updating images (#4811, canonical/chisel#118), that leaves users without any action to take to resolve any HIGH or lower severity CVEs that have been disclosed since the last re-build.

In practice, this hasn't been a huge issue because Chiseled images inherently have a much smaller attack surface than other images we publish. However, it's still a scenario which can and does happen, so we should account for it.

Rebuilding all images every month regardless of whether there's a .NET release is a reasonable compromise for this scenario. This should be a temporary measure until #4811 is better supported.

/cc @richlander

@richlander
Copy link
Member

Ubuntu images are made from scratch

Do you mean Ubuntu chiseled images?

@lbussell lbussell merged commit a4a40f1 into dotnet:main Sep 11, 2024
83 of 85 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants