bitnami/dotnet-sdk

By bitnami

Updated 2 days ago

Bitnami Secure Image for dotnet-sdk

Image
Artifact
Languages & frameworks
Integration & delivery
22

5M+

bitnami/dotnet-sdk repository overview

Bitnami Secure Image for .NET SDK

.NET SDK is the software development kit for the ASP.NET Core framework.

Overview of .NET SDK 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-sdk REGISTRY_NAME/bitnami/dotnet-sdk:latest

Note: You need to substitute the REGISTRY_NAME placeholder with a reference to your container 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 recommended way to get the Bitnami .NET SDK Docker Image is to pull the prebuilt image from the Docker Hub Registry.

docker pull REGISTRY_NAME/bitnami/dotnet-sdk:latest

To use a specific version, you can pull a versioned tag. You can view the list of available versions in the Docker Hub Registry.

docker pull REGISTRY_NAME/bitnami/dotnet-sdk:[TAG]

If you wish, you can also build the image yourself by cloning the repository, changing to the directory containing the Dockerfile and executing the docker build command. Remember to replace the APP, VERSION and OPERATING-SYSTEM path placeholders in the example command below with the correct values.

git clone https://github.com/bitnami/containers.git
cd bitnami/APP/VERSION/OPERATING-SYSTEM
docker build -t REGISTRY_NAME/bitnami/APP:latest .

Using docker-compose.yaml

Please be aware this file has not undergone internal testing. Consequently, we advise its use exclusively for development or testing purposes.

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 SDK 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 SDK Docker image sends the container logs to stdout. To view the logs:

docker logs dotnet-sdk

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.

Tag summary

Content type

Image

Digest

sha256:005b54481

Size

7.8 kB

Last updated

2 days ago

docker pull bitnami/dotnet-sdk:sha256-60604650c6b55ee820f8d37f75534a4a80954c74b51dfc9b0159d74243cc879d
Bitnami