3.1.24-debian-10-r0 release
This commit is contained in:
parent
084eb54030
commit
a74dc6dd10
|
|
@ -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 libcurl4 libffi6 libgcc1 libgcrypt20 libgmp10 libgnutls30 libgpg-error0 libgssapi-krb5-2 libhogweed4 libicu-dev libidn2-0 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 liblttng-ust-dev libnettle6 libnghttp2-14 libp11-kit0 libpsl5 librtmp1 libsasl2-2 libsqlite3-dev libssh2-1 libssl-dev libssl1.1 libstdc++6 libtasn1-6 libunistring2 pkg-config procps tar unzip wget zlib1g
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/aspnet-core-3.1.23-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "db03bb90d06a59e461c98c364955ce4ebf6ee8ee5a65656f3ab27977be252c0d /tmp/bitnami/pkg/cache/aspnet-core-3.1.23-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/aspnet-core-3.1.23-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/aspnet-core-3.1.23-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/aspnet-core-3.1.24-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "211a486dd88947572662c0be0d6c8a7c24a82b4cea61ac7bdd6d1eea366c75bb /tmp/bitnami/pkg/cache/aspnet-core-3.1.24-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/aspnet-core-3.1.24-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/aspnet-core-3.1.24-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 && \
|
||||
|
|
@ -21,7 +21,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 APP_VERSION="3.1.23" \
|
||||
ENV APP_VERSION="3.1.24" \
|
||||
BITNAMI_APP_NAME="aspnet-core" \
|
||||
DOTNET_CLI_HOME="/app" \
|
||||
DOTNET_ROOT="/opt/bitnami/aspnet-core/bin" \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"aspnet-core": {
|
||||
"arch": "amd64",
|
||||
"digest": "db03bb90d06a59e461c98c364955ce4ebf6ee8ee5a65656f3ab27977be252c0d",
|
||||
"digest": "211a486dd88947572662c0be0d6c8a7c24a82b4cea61ac7bdd6d1eea366c75bb",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "3.1.23-0"
|
||||
"version": "3.1.24-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -38,8 +38,8 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`6.0`, `6.0-debian-10`, `6.0.4`, `6.0.4-debian-10-r0`, `latest` (6.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aspnet-core/blob/6.0.4-debian-10-r0/6.0/debian-10/Dockerfile)
|
||||
* [`5`, `5-debian-10`, `5.0.15`, `5.0.15-debian-10-r34` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aspnet-core/blob/5.0.15-debian-10-r34/5/debian-10/Dockerfile)
|
||||
* [`3.1`, `3.1-debian-10`, `3.1.23`, `3.1.23-debian-10-r33` (3.1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aspnet-core/blob/3.1.23-debian-10-r33/3.1/debian-10/Dockerfile)
|
||||
* [`5`, `5-debian-10`, `5.0.16`, `5.0.16-debian-10-r-1` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aspnet-core/blob/5.0.16-debian-10-r-1/5/debian-10/Dockerfile)
|
||||
* [`3.1`, `3.1-debian-10`, `3.1.24`, `3.1.24-debian-10-r0` (3.1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aspnet-core/blob/3.1.24-debian-10-r0/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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue