6.0.6-debian-11-r8 release

This commit is contained in:
Bitnami Bot 2022-07-09 14:29:02 +00:00 committed by Bitnami Containers
parent 9c2164a3b7
commit c506ebf9a1
4 changed files with 8 additions and 8 deletions

View File

@ -8,10 +8,10 @@ COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages build-essential ca-certificates curl git gzip libc6 libcap2-bin libgcc-s1 libicu-dev 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-6.0.6-0-linux-amd64-debian-11.tar.gz && \
echo "8b7b4de43dbb793896d05020b870d5f05e2146c2fd768435a6c978a3eb95aac5 /tmp/bitnami/pkg/cache/aspnet-core-6.0.6-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/aspnet-core-6.0.6-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/aspnet-core-6.0.6-0-linux-amd64-debian-11.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/aspnet-core-6.0.6-1-linux-amd64-debian-11.tar.gz && \
echo "64e0c3ff4b7baab7c7c31e08f81e9e641e22ef5d492ed0ef2abb550ecde00316 /tmp/bitnami/pkg/cache/aspnet-core-6.0.6-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/aspnet-core-6.0.6-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/aspnet-core-6.0.6-1-linux-amd64-debian-11.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 && \

View File

@ -1,9 +1,9 @@
{
"aspnet-core": {
"arch": "amd64",
"digest": "8b7b4de43dbb793896d05020b870d5f05e2146c2fd768435a6c978a3eb95aac5",
"digest": "64e0c3ff4b7baab7c7c31e08f81e9e641e22ef5d492ed0ef2abb550ecde00316",
"distro": "debian-11",
"type": "NAMI",
"version": "6.0.6-0"
"version": "6.0.6-1"
}
}

View File

@ -110,7 +110,7 @@ print_welcome_page() {
# None
#########################
print_image_welcome_page() {
local github_url="https://github.com/bitnami/bitnami-docker-${BITNAMI_APP_NAME}"
local github_url="https://github.com/bitnami/containers"
log ""
log "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"

View File

@ -35,7 +35,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/).
* [`6.0`, `6.0-debian-11`, `6.0.6`, `6.0.6-debian-11-r7`, `latest` (6.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-aspnet-core/blob/6.0.6-debian-11-r7/6.0/debian-11/Dockerfile)
* [`6.0`, `6.0-debian-11`, `6.0.6`, `6.0.6-debian-11-r8`, `latest` (6.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-aspnet-core/blob/6.0.6-debian-11-r8/6.0/debian-11/Dockerfile)
* [`3.1`, `3.1-debian-11`, `3.1.26`, `3.1.26-debian-11-r8` (3.1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-aspnet-core/blob/3.1.26-debian-11-r8/3.1/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/aspnet-core GitHub repo](https://github.com/bitnami/bitnami-docker-aspnet-core).