We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Switch to a smaller base image if size matters.
mcr.microsoft.com/dotnet/runtime:8.0-alpine
mcr.microsoft.com/dotnet/sdk:8.0-alpine
Parameterize the Dockerfile for environment-based configuration.
ENV
The text was updated successfully, but these errors were encountered:
FRFlo
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Proposal
Switch to a smaller base image if size matters.
mcr.microsoft.com/dotnet/runtime:8.0-alpine
” and “mcr.microsoft.com/dotnet/sdk:8.0-alpine
” images drastically reduce footprint.Parameterize the Dockerfile for environment-based configuration.
ENV
variables for log location or config path) gives more flexibility in container deployments.The text was updated successfully, but these errors were encountered: