mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 14:57:31 +08:00
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> Signed-off-by: Javier J. Salmerón-García <jsalmeron@vmware.com>
34 lines
1.0 KiB
YAML
34 lines
1.0 KiB
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
annotations:
|
|
category: DeveloperTools
|
|
licenses: Apache-2.0
|
|
images: |
|
|
- name: aspnet-core
|
|
image: docker.io/bitnami/aspnet-core:8.0.1-debian-11-r0
|
|
- name: dotnet-sdk
|
|
image: docker.io/bitnami/dotnet-sdk:8.0.100-debian-11-r3
|
|
- name: git
|
|
image: docker.io/bitnami/git:2.43.0-debian-11-r5
|
|
apiVersion: v2
|
|
appVersion: 8.0.1
|
|
dependencies:
|
|
- name: common
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
tags:
|
|
- bitnami-common
|
|
version: 2.x.x
|
|
description: ASP.NET Core is an open-source framework for web application development created by Microsoft. It runs on both the full .NET Framework, on Windows, and the cross-platform .NET Core.
|
|
home: https://bitnami.com
|
|
icon: https://bitnami.com/assets/stacks/aspnet-core/img/aspnet-core-stack-220x234.png
|
|
keywords:
|
|
- asp.net
|
|
- dotnet
|
|
maintainers:
|
|
- name: VMware, Inc.
|
|
url: https://github.com/bitnami/charts
|
|
name: aspnet-core
|
|
sources:
|
|
- https://github.com/bitnami/charts/tree/main/bitnami/aspnet-core
|
|
version: 5.1.0 |