-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Anas Husseini
committed
Mar 18, 2024
1 parent
7bedddd
commit 2ab0fe5
Showing
3 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
notfiy: | ||
emails: | ||
- [email protected] | ||
mattermost-channels: | ||
- fbdezwkcxpfofpysjore1wpfoc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
version: 1 | ||
|
||
application: .NET dependencies | ||
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 .NET deps, | ||
but does not include bash, the .NET SDK nor a package manager. | ||
Read more on [dotnet](https://dotnet.microsoft.com/en-us/). | ||
debug: | ||
text: | | ||
### Debugging | ||
To debug the container: | ||
```bash | ||
docker logs -f dotnet-deps-container | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-deps/8.0/ | ||
release: | ||
8.0-24.04: | ||
end-of-life: "2026-04-01T00:00:00Z" | ||
risks: | ||
- edge |