5.0.15-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-03-08 22:51:22 +00:00
parent a3540a8e15
commit ee60cd4999
3 changed files with 10 additions and 10 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.14-4-linux-amd64-debian-10.tar.gz && \
echo "eef107498eed724bbf81d0e82096df9336501d5944676aed562571e6e38507b9 /tmp/bitnami/pkg/cache/aspnet-core-5.0.14-4-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/aspnet-core-5.0.14-4-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/aspnet-core-5.0.14-4-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/aspnet-core-5.0.15-0-linux-amd64-debian-10.tar.gz && \
echo "15f401de5d429f470b84d51edea758817ea266bfe61e41c2050c3d494ff936d3 /tmp/bitnami/pkg/cache/aspnet-core-5.0.15-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/aspnet-core-5.0.15-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.15-0-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 && \
@@ -22,7 +22,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.14-debian-10-r25" \
BITNAMI_IMAGE_VERSION="5.0.15-debian-10-r0" \
DOTNET_CLI_HOME="/app" \
DOTNET_ROOT="/opt/bitnami/aspnet-core/bin" \
PATH="/opt/bitnami/aspnet-core/bin:$PATH"

View File

@@ -1,9 +1,9 @@
{
"aspnet-core": {
"arch": "amd64",
"digest": "eef107498eed724bbf81d0e82096df9336501d5944676aed562571e6e38507b9",
"digest": "15f401de5d429f470b84d51edea758817ea266bfe61e41c2050c3d494ff936d3",
"distro": "debian-10",
"type": "NAMI",
"version": "5.0.14-4"
"version": "5.0.15-0"
}
}