6.0.101-debian-10-r29 release

This commit is contained in:
Bitnami Bot
2022-01-13 21:15:08 +00:00
parent 2116cc38ea
commit ec33f64f5a
2 changed files with 4 additions and 2 deletions

View File

@@ -13,6 +13,8 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
echo "352c145fc5c19f86ed8a197a463dcd26f59f3d981cb2e27dd4287074f70060d1 /tmp/bitnami/pkg/cache/dotnet-sdk-6.0.101-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/dotnet-sdk-6.0.101-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/dotnet-sdk-6.0.101-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="6.0.101-debian-10-r28" \
BITNAMI_IMAGE_VERSION="6.0.101-debian-10-r29" \
DOTNET_CLI_HOME="/app" \
DOTNET_ROOT="/opt/bitnami/dotnet-sdk/bin" \
PATH="/opt/bitnami/dotnet-sdk/bin:$PATH"