From 9d5cf7ebf0afc62a660512f04c6b11205b9ba7a5 Mon Sep 17 00:00:00 2001 From: Anas Husseini Date: Mon, 18 Mar 2024 16:27:39 +0200 Subject: [PATCH] feat: add dotnet-deps 8.0 rock --- oci/dotnet-deps/contacts.yaml | 5 +++++ oci/dotnet-deps/documentation.yaml | 17 +++++++++++++++++ oci/dotnet-deps/image.yaml | 14 ++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 oci/dotnet-deps/contacts.yaml create mode 100644 oci/dotnet-deps/documentation.yaml create mode 100644 oci/dotnet-deps/image.yaml diff --git a/oci/dotnet-deps/contacts.yaml b/oci/dotnet-deps/contacts.yaml new file mode 100644 index 00000000..0135941d --- /dev/null +++ b/oci/dotnet-deps/contacts.yaml @@ -0,0 +1,5 @@ +notfiy: + emails: + - rocks-dev@lists.canonical.com + mattermost-channels: + - fbdezwkcxpfofpysjore1wpfoc diff --git a/oci/dotnet-deps/documentation.yaml b/oci/dotnet-deps/documentation.yaml new file mode 100644 index 00000000..262d76eb --- /dev/null +++ b/oci/dotnet-deps/documentation.yaml @@ -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 + ``` diff --git a/oci/dotnet-deps/image.yaml b/oci/dotnet-deps/image.yaml new file mode 100644 index 00000000..670cd5c9 --- /dev/null +++ b/oci/dotnet-deps/image.yaml @@ -0,0 +1,14 @@ +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 + - beta + - candidate + - stable