From 7feee4ce2655d3e2beb6a72eea54c33652d442bc Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 18 Feb 2022 18:03:20 +0000 Subject: [PATCH] 5.0.14-debian-10-r9 release --- bitnami/aspnet-core/5/debian-10/Dockerfile | 10 +++++----- .../prebuildfs/opt/bitnami/.bitnami_components.json | 2 +- bitnami/aspnet-core/README.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/aspnet-core/5/debian-10/Dockerfile b/bitnami/aspnet-core/5/debian-10/Dockerfile index ff3baab0f9f4..df9c70ba284e 100644 --- a/bitnami/aspnet-core/5/debian-10/Dockerfile +++ b/bitnami/aspnet-core/5/debian-10/Dockerfile @@ -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-2-linux-amd64-debian-10.tar.gz && \ - echo "b3035df16b55951eede5415204407aeeff554cf933cc88fba44cee4607f1b79d /tmp/bitnami/pkg/cache/aspnet-core-5.0.14-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/aspnet-core-5.0.14-2-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-2-linux-amd64-debian-10.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/aspnet-core-5.0.14-3-linux-amd64-debian-10.tar.gz && \ + echo "b3035df16b55951eede5415204407aeeff554cf933cc88fba44cee4607f1b79d /tmp/bitnami/pkg/cache/aspnet-core-5.0.14-3-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/aspnet-core-5.0.14-3-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-3-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-r8" \ + BITNAMI_IMAGE_VERSION="5.0.14-debian-10-r9" \ DOTNET_CLI_HOME="/app" \ DOTNET_ROOT="/opt/bitnami/aspnet-core/bin" \ PATH="/opt/bitnami/aspnet-core/bin:$PATH" diff --git a/bitnami/aspnet-core/5/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/aspnet-core/5/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index 59509412b568..e1313d748534 100644 --- a/bitnami/aspnet-core/5/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/aspnet-core/5/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -4,6 +4,6 @@ "digest": "b3035df16b55951eede5415204407aeeff554cf933cc88fba44cee4607f1b79d", "distro": "debian-10", "type": "NAMI", - "version": "5.0.14-2" + "version": "5.0.14-3" } } \ No newline at end of file diff --git a/bitnami/aspnet-core/README.md b/bitnami/aspnet-core/README.md index 8faaa1b9fb6e..523e5b0a2418 100644 --- a/bitnami/aspnet-core/README.md +++ b/bitnami/aspnet-core/README.md @@ -38,7 +38,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t * [`6.0`, `6.0-debian-10`, `6.0.2`, `6.0.2-debian-10-r9`, `latest` (6.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aspnet-core/blob/6.0.2-debian-10-r9/6.0/debian-10/Dockerfile) -* [`5`, `5-debian-10`, `5.0.14`, `5.0.14-debian-10-r8` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aspnet-core/blob/5.0.14-debian-10-r8/5/debian-10/Dockerfile) +* [`5`, `5-debian-10`, `5.0.14`, `5.0.14-debian-10-r9` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aspnet-core/blob/5.0.14-debian-10-r9/5/debian-10/Dockerfile) * [`3.1`, `3.1-debian-10`, `3.1.22`, `3.1.22-debian-10-r63` (3.1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aspnet-core/blob/3.1.22-debian-10-r63/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).