mirror of
https://github.com/bitnami/containers.git
synced 2026-03-05 16:17:21 +08:00
3.1.301-debian-10-r3 release
This commit is contained in:
@@ -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-sdk/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="dotnet-sdk" \
|
||||
BITNAMI_IMAGE_VERSION="3.1.301-debian-10-r2" \
|
||||
BITNAMI_IMAGE_VERSION="3.1.301-debian-10-r3" \
|
||||
DOTNET_CLI_HOME="/app" \
|
||||
DOTNET_ROOT="/opt/bitnami/dotnet-sdk/bin" \
|
||||
HOME="/app" \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: '2'
|
||||
services:
|
||||
dotnet-sdk:
|
||||
image: bitnami/dotnet-sdk:3.1-debian-10
|
||||
image: docker.io/bitnami/dotnet-sdk:3.1-debian-10
|
||||
command: ["tail", "-f", "/dev/null"] # To keep the container running
|
||||
volumes:
|
||||
- dotnet_data:/app
|
||||
|
||||
@@ -33,7 +33,7 @@ $ docker-compose up -d
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`3.1-debian-10`, `3.1.301-debian-10-r2`, `3.1`, `3.1.301`, `latest` (3.1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet-sdk/blob/3.1.301-debian-10-r2/3.1/debian-10/Dockerfile)
|
||||
* [`3.1-debian-10`, `3.1.301-debian-10-r3`, `3.1`, `3.1.301`, `latest` (3.1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet-sdk/blob/3.1.301-debian-10-r3/3.1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/dotnet-sdk GitHub repo](https://github.com/bitnami/bitnami-docker-dotnet-sdk).
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: '2'
|
||||
services:
|
||||
dotnet-sdk:
|
||||
image: bitnami/dotnet-sdk:3.1-debian-10
|
||||
image: docker.io/bitnami/dotnet-sdk:3.1-debian-10
|
||||
command: ["tail", "-f", "/dev/null"] # To keep the container running
|
||||
volumes:
|
||||
- dotnet_data:/app
|
||||
|
||||
Reference in New Issue
Block a user