Skip to content

Commit

Permalink
feat: add dotnet-aspnet 8.0 rock
Browse files Browse the repository at this point in the history
  • Loading branch information
linostar committed Mar 18, 2024
1 parent 7bedddd commit bac9978
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
5 changes: 5 additions & 0 deletions oci/dotnet-aspnet/contacts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
notfiy:
emails:
- [email protected]
mattermost-channels:
- fbdezwkcxpfofpysjore1wpfoc
22 changes: 22 additions & 0 deletions oci/dotnet-aspnet/documentation.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 1

application: ASP.NET
is_chiselled: true
description: |
.NET is a free, cross-platform, open source developer platform for building
many different types of applications. This image contains the ASP.NET,
but does not include bash, the .NET SDK nor a package manager.
Read more on [dotnet](https://dotnet.microsoft.com/en-us/).
docker:
parameters:
- -p <port>:8080
access: Access your ASP.NET web application at `http://localhost:<port>`.

debug:
text: |
### Debugging
To debug the container:
```bash
docker logs -f dotnet-aspnet-container
```
11 changes: 11 additions & 0 deletions oci/dotnet-aspnet/image.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 1

upload:
- source: canonical/dotnet-containers
commit: d7c7a14778c6a322a7212130d894061e73bcd0aa
directory: dotnet-aspnet/8.0/
release:
8.0-24.04:
end-of-life: "2026-04-01T00:00:00Z"
risks:
- edge

0 comments on commit bac9978

Please sign in to comment.