diff --git a/bitnami/dotnet/3.1/debian-10/Dockerfile b/bitnami/dotnet/3.1/debian-10/Dockerfile index 5f6cc0f75d06..8bc2a1820be5 100644 --- a/bitnami/dotnet/3.1/debian-10/Dockerfile +++ b/bitnami/dotnet/3.1/debian-10/Dockerfile @@ -17,7 +17,7 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \ COPY rootfs / RUN /opt/bitnami/scripts/dotnet/postunpack.sh ENV BITNAMI_APP_NAME="dotnet" \ - BITNAMI_IMAGE_VERSION="3.1.3-debian-10-r18" \ + BITNAMI_IMAGE_VERSION="3.1.3-debian-10-r19" \ DOTNET_CLI_HOME="/app" \ DOTNET_ROOT="/opt/bitnami/dotnet/bin" \ HOME="/app" \ diff --git a/bitnami/dotnet/README.md b/bitnami/dotnet/README.md index ab0f5db31f46..eee5c0f1bee6 100644 --- a/bitnami/dotnet/README.md +++ b/bitnami/dotnet/README.md @@ -28,24 +28,12 @@ $ docker-compose up -d > This [CVE scan report](https://quay.io/repository/bitnami/dotnet?tab=tags) contains a security report with all open CVEs. To get the list of actionable security issues, find the "latest" tag, click the vulnerability report link under the corresponding "Security scan" field and then select the "Only show fixable" filter on the next page. -# How to deploy Dotnet in Kubernetes? - -You can find an example for testing Dotnet in Kubernetes with the `test.yaml` file. To launch it, run the command: - -```console -$ kubectl apply -f test.yaml -``` - -> NOTE: If you are pulling from a private container registry, replace the image name with the full URL to the docker image, e.g.: -> -> - image: 'your-registry/image-name:your-version' - # Supported tags and respective `Dockerfile` links Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/). -* [`3.1-debian-10`, `3.1.3-debian-10-r18`, `3.1`, `3.1.3`, `latest` (3.1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet/blob/3.1.3-debian-10-r18/3.1/debian-10/Dockerfile) +* [`3.1-debian-10`, `3.1.3-debian-10-r19`, `3.1`, `3.1.3`, `latest` (3.1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet/blob/3.1.3-debian-10-r19/3.1/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/dotnet GitHub repo](https://github.com/bitnami/bitnami-docker-dotnet).