3.1.3-debian-10-r19 release

This commit is contained in:
Bitnami Bot
2020-04-18 10:48:20 +00:00
parent 55715df140
commit aeb6812609
2 changed files with 2 additions and 14 deletions

View File

@@ -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" \

View File

@@ -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).