[bitnami/dotnet] Release 3.1.28-debian-11-r5 (#4300)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
220314eb4f
commit
c25fef23a2
|
|
@ -6,7 +6,7 @@ ENV HOME="/app" \
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="3.1.28-debian-11-r4" \
|
||||
org.opencontainers.image.ref.name="3.1.28-debian-11-r5" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/dotnet" \
|
||||
org.opencontainers.image.title="dotnet" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -16,10 +16,11 @@ COPY prebuildfs /
|
|||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages build-essential ca-certificates curl git gzip libbrotli1 libc6 libcap2-bin libcom-err2 libcurl4 libffi7 libgcc-s1 libgcrypt20 libgmp10 libgnutls30 libgpg-error0 libgssapi-krb5-2 libhogweed6 libicu-dev libidn2-0 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 liblttng-ust-dev libnettle8 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.28-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "806e8108a8bf2e18a82248921cb22fd84889bba137694fd36be47d5d2c523bee /tmp/bitnami/pkg/cache/dotnet-3.1.28-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/dotnet-3.1.28-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/dotnet-3.1.28-0-linux-amd64-debian-11.tar.gz
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/dotnet-3.1.28-0-linux-amd64-debian-11.tar.gz -o dotnet-3.1.28-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "806e8108a8bf2e18a82248921cb22fd84889bba137694fd36be47d5d2c523bee dotnet-3.1.28-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf dotnet-3.1.28-0-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --wildcards '*/files' && \
|
||||
rm -rf dotnet-3.1.28-0-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 && \
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`6`, `6-debian-11`, `6.0.8`, `6.0.8-debian-11-r5`, `latest` (6/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/dotnet/6/debian-11/Dockerfile)
|
||||
* [`3.1`, `3.1-debian-11`, `3.1.28`, `3.1.28-debian-11-r4` (3.1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/dotnet/3.1/debian-11/Dockerfile)
|
||||
* [`3.1`, `3.1-debian-11`, `3.1.28`, `3.1.28-debian-11-r5` (3.1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/dotnet/3.1/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue