mirror of
https://github.com/bitnami/containers.git
synced 2026-03-05 07:29:11 +08:00
5.0.404-debian-10-r26 release
This commit is contained in:
@@ -13,6 +13,8 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
||||
echo "73ae08607d7bfe2e98896febe8206edca31373214f99b9284e56400d499ba603 /tmp/bitnami/pkg/cache/dotnet-sdk-5.0.404-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/dotnet-sdk-5.0.404-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/dotnet-sdk-5.0.404-1-linux-amd64-debian-10.tar.gz
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
|
||||
sed -i 's/^PASS_MIN_DAYS.*/PASS_MIN_DAYS 0/' /etc/login.defs && \
|
||||
sed -i 's/sha512/sha512 minlen=8/' /etc/pam.d/common-password
|
||||
@@ -20,7 +22,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="5.0.404-debian-10-r25" \
|
||||
BITNAMI_IMAGE_VERSION="5.0.404-debian-10-r26" \
|
||||
DOTNET_CLI_HOME="/app" \
|
||||
DOTNET_ROOT="/opt/bitnami/dotnet-sdk/bin" \
|
||||
PATH="/opt/bitnami/dotnet-sdk/bin:$PATH"
|
||||
|
||||
@@ -38,7 +38,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
|
||||
* [`6`, `6-debian-10`, `6.0.101`, `6.0.101-debian-10-r29`, `latest` (6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet-sdk/blob/6.0.101-debian-10-r29/6/debian-10/Dockerfile)
|
||||
* [`5`, `5-debian-10`, `5.0.404`, `5.0.404-debian-10-r25` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet-sdk/blob/5.0.404-debian-10-r25/5/debian-10/Dockerfile)
|
||||
* [`5`, `5-debian-10`, `5.0.404`, `5.0.404-debian-10-r26` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet-sdk/blob/5.0.404-debian-10-r26/5/debian-10/Dockerfile)
|
||||
* [`3.1`, `3.1-debian-10`, `3.1.416`, `3.1.416-debian-10-r28` (3.1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet-sdk/blob/3.1.416-debian-10-r28/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).
|
||||
|
||||
Reference in New Issue
Block a user