bitnami-containers/bitnami/dotnet
Bitnami Bot e72dbf9e6b
[bitnami/dotnet] Release 10.0.6-debian-12-r0 (#92464)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
2026-04-14 22:20:40 +02:00
..
8
9
10/debian-12 [bitnami/dotnet] Release 10.0.6-debian-12-r0 (#92464) 2026-04-14 22:20:40 +02:00
README.md [bitnami/dotnet] Release 10.0.6-debian-12-r0 (#92464) 2026-04-14 22:20:40 +02:00
docker-compose.yml

README.md

Bitnami Secure Image for .NET

.NET is an open-source server-side framework to build applications and services.

Overview of .NET Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.

TL;DR

docker run --name dotnet bitnami/dotnet:latest

Using docker-compose.yml

The docker-compose.yaml file of this container can be found in the Bitnami Containers repository.

https://github.com/bitnami/containers/tree/main/bitnami/dotnet/docker-compose.yml

Why use Bitnami Secure Images?

Those are hardened, minimal CVE images built and maintained by Bitnami. Bitnami Secure Images are based on the cloud-optimized, security-hardened enterprise OS Photon Linux. Why choose BSI images?

  • Hardened secure images of popular open source software with Near-Zero Vulnerabilities
  • Vulnerability Triage & Prioritization with VEX Statements, KEV and EPSS Scores
  • Compliance focus with FIPS, STIG, and air-gap options, including secure bill of materials (SBOM)
  • Software supply chain provenance attestation through in-toto
  • First class support for the internets favorite Helm charts

Each image comes with valuable security metadata. You can view the metadata in our public catalog here. Note: Some data is only available with commercial subscriptions to BSI.

Alt text Alt text

If you are looking for our previous generation of images based on Debian Linux, please see the Bitnami Legacy registry.

Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags in our documentation page.

Get this image

The Bitnami .NET Docker image is only available to Bitnami Secure Images customers.

Persisting your application

If you remove the container all your data will be lost, and the next time you run the image the database will be reinitialized. To avoid this loss of data, you should mount a volume that will persist even after the container is removed.

For persistence you should mount a directory at the /bitnami path. If the mounted directory is empty, it will be initialized on the first run.

Connecting to other containers

Using Docker container networking, a different server running inside a container can easily be accessed by your application containers and vice-versa.

Containers attached to the same network can communicate with each other using the container name as the hostname.

Configuration

The following section describes how to configure the application

FIPS configuration in Bitnami Secure Images

The Bitnami .NET Docker image from the Bitnami Secure Images catalog includes extra features and settings to configure the container with FIPS capabilities. You can configure the next environment variables:

  • OPENSSL_FIPS: whether OpenSSL runs in FIPS mode or not. yes (default), no.

Logging

The Bitnami .NET Docker image sends the container logs to the stdout. You can configure the containers logging driver using the --log-driver option if you wish to consume the container logs differently. In the default configuration docker uses the json-file driver.

License

Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.