https://github.com/devteam/dotnetsdk
https://github.com/devteam/dotnetsdk
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/devteam/dotnetsdk
- Owner: DevTeam
- License: mit
- Created: 2024-06-06T07:20:19.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T13:52:33.000Z (over 1 year ago)
- Last Synced: 2025-01-11T14:35:33.242Z (about 1 year ago)
- Language: C#
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker image for building .NET applications
The docker image: [nikolayp/dotnetsdk](https://hub.docker.com/r/nikolayp/dotnetsdk)
## latest, 9.0
Contains:
- [.NET SDK 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
- [.NET Runtime 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
- [.NET Runtime 7.0](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
- [.NET Runtime 6.0](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
- [Docker Engine](https://docs.docker.com/engine/)
- [Docker CLI](https://github.com/docker/cli)
```
docker pull nikolayp/dotnetsdk
```
## 8.0
Contains:
- [.NET SDK 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
- [.NET Runtime 7.0](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
- [.NET Runtime 6.0](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
- [Docker Engine](https://docs.docker.com/engine/)
- [Docker CLI](https://github.com/docker/cli)
```
docker pull nikolayp/dotnetsdk:8.0
```