mirror of
https://github.com/bitnami/containers.git
synced 2026-03-01 06:57:49 +08:00
3.1.23-debian-10-r0 release
This commit is contained in:
@@ -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/dotnet-3.1.22-7-linux-amd64-debian-10.tar.gz && \
|
||||
echo "725ba43970377088f534e147971023b3eefad431ab1e80042eeceab6e0b74263 /tmp/bitnami/pkg/cache/dotnet-3.1.22-7-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/dotnet-3.1.22-7-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/dotnet-3.1.22-7-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/dotnet-3.1.23-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "b03d2ae3e770fe1c14c16f0168264f231ee10bdeeda0dcb7728c7246cd6500a9 /tmp/bitnami/pkg/cache/dotnet-3.1.23-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/dotnet-3.1.23-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/dotnet-3.1.23-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/dotnet/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="dotnet" \
|
||||
BITNAMI_IMAGE_VERSION="3.1.22-debian-10-r81" \
|
||||
BITNAMI_IMAGE_VERSION="3.1.23-debian-10-r0" \
|
||||
DOTNET_CLI_HOME="/app" \
|
||||
DOTNET_ROOT="/opt/bitnami/dotnet/bin" \
|
||||
PATH="/opt/bitnami/dotnet/bin:$PATH"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"dotnet": {
|
||||
"arch": "amd64",
|
||||
"digest": "725ba43970377088f534e147971023b3eefad431ab1e80042eeceab6e0b74263",
|
||||
"digest": "b03d2ae3e770fe1c14c16f0168264f231ee10bdeeda0dcb7728c7246cd6500a9",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "3.1.22-7"
|
||||
"version": "3.1.23-0"
|
||||
}
|
||||
}
|
||||
@@ -37,9 +37,9 @@ $ 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-10`, `6.0.2`, `6.0.2-debian-10-r26`, `latest` (6.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet/blob/6.0.2-debian-10-r26/6.0/debian-10/Dockerfile)
|
||||
* [`6.0`, `6.0-debian-10`, `6.0.3`, `6.0.3-debian-10-r-1`, `latest` (6.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet/blob/6.0.3-debian-10-r-1/6.0/debian-10/Dockerfile)
|
||||
* [`5`, `5-debian-10`, `5.0.15`, `5.0.15-debian-10-r0` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet/blob/5.0.15-debian-10-r0/5/debian-10/Dockerfile)
|
||||
* [`3.1`, `3.1-debian-10`, `3.1.23`, `3.1.23-debian-10-r-1` (3.1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet/blob/3.1.23-debian-10-r-1/3.1/debian-10/Dockerfile)
|
||||
* [`3.1`, `3.1-debian-10`, `3.1.23`, `3.1.23-debian-10-r0` (3.1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet/blob/3.1.23-debian-10-r0/3.1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/dotnet GitHub repo](https://github.com/bitnami/bitnami-docker-dotnet).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user