Michael Simons

Results 75 issues of Michael Simons

As part of the [work to add Azure Linux 3.0 images](https://github.com/dotnet/dotnet-docker/pull/5359) I was trying to utilize build-and-test in my local dev experience as suggested by the [new distro checklist](https://github.com/dotnet/release/blob/main/.github/ISSUE_TEMPLATE/dotnet-docker-new-distro-release.md). What...

area-infrastructure

Once Azure Linux 3.0 is released, the 8.* aspire-dashboard and monitor mariner images should be updated to it. These images are appliance images that have either no distro tags (aspire)...

area-dockerfiles

Add images to nightly for .NET 8+ when Azure Linux 3.0 preview images become available and release to main at GA.

area-dockerfiles

They do in the nightly repos but not in the official repos. This is because of a condition in the template for when aspire-dashboard was only available in nightly From...

area-documentation

Having Aspire dashboard images readily available improves the UX for deployment into any environment that supports the resource server or just wants an easy to deploy otlp server. Related [Aspire...

enhancement
area-dockerfiles
Epic
needs-announcement

The aspire repo should be added to the Docker Images section of the release notes once official images are released. https://github.com/dotnet/core-private/pull/205/files#diff-926d0f3c14eb434e555cb0a05784a54a85cf04f70e62d3771da8dd540e10b14cR66

area-documentation

This Epic tracks the desired improvements around authoring and consuming .NET distroless images.

area-documentation

The value in providing this automation is to get the latest PS running with the latest .NET as soon as possible to catch and flush out any issues early giving...

area-infrastructure

The [Dockerfile best practices](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#user) suggest services should be run with a non-root user. The current documentation and samples do not discuss or show the Dockerfile best practices around USER. They...

enhancement
up-for-grabs
area-samples

Within the .NET community there are users asking/discussing the best/recommended patterns for utilizing a NuGet package cache while building their .NET projects with Docker. Here is a recent [example](https://stackoverflow.com/questions/60799918/using-nuget-cache-inside-a-docker-build-with-net-core-when-offline). There...

area-samples