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

Add Ubuntu Chiseled extra images for Runtime and ASP.NET Core #5028

Merged
merged 14 commits into from
Nov 29, 2023

Conversation

lbussell
Copy link
Contributor

Fixes #5021

@MichaelSimons
Copy link
Member

Thoughts on tests for the extra images? I am weary of just relying on code reviews/humans to catch the subtle difference in these Dockerfiles vs the non-extra images.

documentation/image-variants.md Outdated Show resolved Hide resolved
documentation/image-variants.md Outdated Show resolved Hide resolved
eng/dockerfile-templates/aspnet/Dockerfile.linux Outdated Show resolved Hide resolved
@@ -218,12 +219,12 @@ private static IEnumerable<string> GetExpectedPackages(ProductImageData imageDat

if (imageData.IsDistroless)
{
expectedPackages = expectedPackages.Concat(GetDistrolessBasePackages(imageData));
expectedPackages = [..expectedPackages, ..GetDistrolessBasePackages(imageData)];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fancy

@lbussell lbussell enabled auto-merge (squash) November 29, 2023 19:04
@lbussell lbussell merged commit 76b4512 into dotnet:nightly Nov 29, 2023
95 checks passed
lbussell added a commit to lbussell/dotnet-docker that referenced this pull request Jan 4, 2024
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.

3 participants