5.0.5-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2021-04-07 19:35:40 +00:00
parent a5d540f1fa
commit 0b2bcb8360
4 changed files with 9 additions and 9 deletions

View File

@ -9,10 +9,10 @@ ENV HOME="/app" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages build-essential ca-certificates curl git gzip libc6 libcap2-bin libcom-err2 libgcc1 libgssapi-krb5-2 libicu-dev libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblttng-ust-dev libsqlite3-dev libssl-dev libstdc++6 pkg-config procps tar unzip wget zlib1g
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/aspnet-core-5.0.4-0-linux-amd64-debian-10.tar.gz && \
echo "5212a6a057547de623908740480f0b427cb0e6437fcf8526b84485c4b4173a4a /tmp/bitnami/pkg/cache/aspnet-core-5.0.4-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/aspnet-core-5.0.4-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/aspnet-core-5.0.4-0-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/aspnet-core-5.0.5-0-linux-amd64-debian-10.tar.gz && \
echo "bb0a2bca1e3abed6746a4e78d0af5619378f8f8aa8e81f6c720555e62c141cb3 /tmp/bitnami/pkg/cache/aspnet-core-5.0.5-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/aspnet-core-5.0.5-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/aspnet-core-5.0.5-0-linux-amd64-debian-10.tar.gz
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 +20,7 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
COPY rootfs /
RUN /opt/bitnami/scripts/aspnet-core/postunpack.sh
ENV BITNAMI_APP_NAME="aspnet-core" \
BITNAMI_IMAGE_VERSION="5.0.4-debian-10-r13" \
BITNAMI_IMAGE_VERSION="5.0.5-debian-10-r0" \
DOTNET_CLI_HOME="/app" \
DOTNET_ROOT="/opt/bitnami/aspnet-core/bin" \
PATH="/opt/bitnami/aspnet-core/bin:$PATH"

View File

@ -1,7 +1,7 @@
version: '2'
services:
aspnet-core:
image: docker.io/bitnami/aspnet-core:5-debian-10
image: docker.io/bitnami/aspnet-core:5
command: ["tail", "-f", "/dev/null"] # To keep the container running
volumes:
- aspnet-core_data:/app

View File

@ -1,9 +1,9 @@
{
"aspnet-core": {
"arch": "amd64",
"digest": "5212a6a057547de623908740480f0b427cb0e6437fcf8526b84485c4b4173a4a",
"digest": "bb0a2bca1e3abed6746a4e78d0af5619378f8f8aa8e81f6c720555e62c141cb3",
"distro": "debian-10",
"type": "NAMI",
"version": "5.0.4-0"
"version": "5.0.5-0"
}
}

View File

@ -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/).
* [`5`, `5-debian-10`, `5.0.5`, `5.0.5-debian-10-r-1` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aspnet-core/blob/5.0.5-debian-10-r-1/5/debian-10/Dockerfile)
* [`5`, `5-debian-10`, `5.0.5`, `5.0.5-debian-10-r0` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aspnet-core/blob/5.0.5-debian-10-r0/5/debian-10/Dockerfile)
* [`3.1`, `3.1-debian-10`, `3.1.9`, `3.1.9-debian-10-r156`, `latest` (3.1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aspnet-core/blob/3.1.9-debian-10-r156/3.1/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/aspnet-core GitHub repo](https://github.com/bitnami/bitnami-docker-aspnet-core).