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 build-in-sdk-container documentation for .NET 9 and add section on Docker buildx outputs #5923

Merged
merged 6 commits into from
Sep 30, 2024

Conversation

lbussell
Copy link
Contributor

Fixes #5919

I also added a section on using Docker build outputs (see https://docs.docker.com/build/exporters/local-tar/). That lets you output binaries directly using a Dockerfile!

samples/build-in-sdk-container.md Outdated Show resolved Hide resolved
samples/build-in-sdk-container.md Outdated Show resolved Hide resolved
samples/build-in-sdk-container.md Outdated Show resolved Hide resolved
samples/build-in-sdk-container.md Outdated Show resolved Hide resolved
samples/build-in-sdk-container.md Outdated Show resolved Hide resolved
@lbussell
Copy link
Contributor Author

Two links in CONTRIBUTING.md were failing the link checker with HTTP 429, but the links lead to invalid GitHub searches anyways. I went ahead and updated them.

@lbussell lbussell enabled auto-merge (squash) September 30, 2024 21:28
@lbussell lbussell merged commit 31a7ec5 into dotnet:main Sep 30, 2024
29 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.

Documentation is asking to pull a .NET 8.0 Image for a .NET 9.0 target sample app.
2 participants