dotnet / dotnet-buildtools-prereqs-docker

Used to maintain the Docker images hosted at the mcr.microsoft.com/dotnet-buildtools/prereqs image repository
MIT License
58 stars 104 forks source link

Define best practice documentation for contributors #1229

Open mthalman opened 3 weeks ago

mthalman commented 3 weeks ago

This repo should include documentation outlining basic and important Dockerfile authoring best practices that contributors can refer to. This can include things like using multiple stages to avoid bloat in the final image, proper use of instructions for installing packages, using package upgrade, and others.

lbussell commented 2 weeks ago

[Triage] Related: https://github.com/dotnet/dotnet-buildtools-prereqs-docker/issues/869