[PR #143] [MERGED] Migrate aspnet-mssql sample to .NET 5 🚀 #243

Closed
opened 2025-11-06 14:22:02 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/143
Author: @stvansolano
Created: 5/18/2021
Status: Merged
Merged: 5/21/2021
Merged by: @aiordache

Base: masterHead: master


📝 Commits (3)

  • 8119ab4 Updated MVC app to .NET 5
  • 95e7eae Added SQL Server health check
  • 348d693 Updated README.md files with ASP.NET samples

📊 Changes

9 files changed (+495 additions, -61 deletions)

View changed files

📝 README.md (+1 -0)
📝 aspnet-mssql/README.md (+1 -1)
aspnet-mssql/app/Dockerfile (+0 -18)
aspnet-mssql/app/aspnetapp/.gitignore (+442 -0)
aspnet-mssql/app/aspnetapp/Dockerfile (+17 -0)
📝 aspnet-mssql/app/aspnetapp/Program.cs (+14 -17)
📝 aspnet-mssql/app/aspnetapp/Startup.cs (+8 -13)
📝 aspnet-mssql/app/aspnetapp/aspnetapp.csproj (+2 -9)
📝 aspnet-mssql/docker-compose.yaml (+10 -3)

📄 Description

  • Updated MVC app to .NET 5
  • Added SQL Server health check as nginx-aspnet-mysql sample
  • Updated README.md files accordingly

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/docker/awesome-compose/pull/143 **Author:** [@stvansolano](https://github.com/stvansolano) **Created:** 5/18/2021 **Status:** ✅ Merged **Merged:** 5/21/2021 **Merged by:** [@aiordache](https://github.com/aiordache) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`8119ab4`](https://github.com/docker/awesome-compose/commit/8119ab4025099a9ab824d8ebe3e416e05cbb0f78) Updated MVC app to .NET 5 - [`95e7eae`](https://github.com/docker/awesome-compose/commit/95e7eaeb0a0b41299909a97c60b02dd85a76f6ea) Added SQL Server health check - [`348d693`](https://github.com/docker/awesome-compose/commit/348d69390d9a6c10ab844d752fdeb385bcc947b0) Updated README.md files with ASP.NET samples ### 📊 Changes **9 files changed** (+495 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `aspnet-mssql/README.md` (+1 -1) ➖ `aspnet-mssql/app/Dockerfile` (+0 -18) ➕ `aspnet-mssql/app/aspnetapp/.gitignore` (+442 -0) ➕ `aspnet-mssql/app/aspnetapp/Dockerfile` (+17 -0) 📝 `aspnet-mssql/app/aspnetapp/Program.cs` (+14 -17) 📝 `aspnet-mssql/app/aspnetapp/Startup.cs` (+8 -13) 📝 `aspnet-mssql/app/aspnetapp/aspnetapp.csproj` (+2 -9) 📝 `aspnet-mssql/docker-compose.yaml` (+10 -3) </details> ### 📄 Description - Updated MVC app to .NET 5 - Added SQL Server health check as `nginx-aspnet-mysql` sample - Updated README.md files accordingly --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 14:22:02 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#243