[bitnami/dotnet] Release 3.1.29-debian-11-r0 (#6342)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
537e13249c
commit
9baadd2d5d
|
|
@ -4,11 +4,11 @@ ARG TARGETARCH
|
|||
|
||||
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-r11" \
|
||||
org.opencontainers.image.ref.name="3.1.29-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/dotnet" \
|
||||
org.opencontainers.image.title="dotnet" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="3.1.28"
|
||||
org.opencontainers.image.version="3.1.29"
|
||||
|
||||
ENV HOME="/app" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -20,13 +20,13 @@ 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 mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
if [ ! -f dotnet-3.1.28-1-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/dotnet-3.1.28-1-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/dotnet-3.1.28-1-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
|
||||
if [ ! -f dotnet-3.1.29-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/dotnet-3.1.29-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/dotnet-3.1.29-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
|
||||
fi && \
|
||||
sha256sum -c dotnet-3.1.28-1-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
|
||||
tar -zxf dotnet-3.1.28-1-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf dotnet-3.1.28-1-linux-${OS_ARCH}-debian-11.tar.gz
|
||||
sha256sum -c dotnet-3.1.29-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
|
||||
tar -zxf dotnet-3.1.29-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf dotnet-3.1.29-0-linux-${OS_ARCH}-debian-11.tar.gz dotnet-3.1.29-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256
|
||||
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 && \
|
||||
|
|
@ -35,7 +35,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 APP_VERSION="3.1.28" \
|
||||
ENV APP_VERSION="3.1.29" \
|
||||
BITNAMI_APP_NAME="dotnet" \
|
||||
DOTNET_CLI_HOME="/app" \
|
||||
DOTNET_ROOT="/opt/bitnami/dotnet/bin" \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"dotnet": {
|
||||
"arch": "amd64",
|
||||
"digest": "c41346576e304c0848d08e3014ad73a1068e9536d896db2a3d4bba2f8d8227b6",
|
||||
"digest": "66c710ee96ad547a83a7bd2cfe98d01a277f587baa1165c4e6a641c40b241df8",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.1.28-1"
|
||||
"version": "3.1.29-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
rolling-tags:
|
||||
- "3.1"
|
||||
- "3.1-debian-11"
|
||||
- "3.1.28"
|
||||
- "3.1.29"
|
||||
|
|
|
|||
|
|
@ -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-r11`, `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-r11` (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.29`, `3.1.29-debian-11-r0` (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