[bitnami/dotnet] Release 3.1.31-debian-11-r0 (#12997)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
7493ae745b
commit
2b34be2c4b
|
|
@ -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.30-debian-11-r9" \
|
||||
org.opencontainers.image.ref.name="3.1.31-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.30"
|
||||
org.opencontainers.image.version="3.1.31"
|
||||
|
||||
ENV HOME="/app" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
RUN install_packages build-essential ca-certificates curl git libbrotli1 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 unzip wget zlib1g
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"dotnet-3.1.30-0-linux-${OS_ARCH}-debian-11" \
|
||||
"dotnet-3.1.31-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -40,7 +40,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.30" \
|
||||
ENV APP_VERSION="3.1.31" \
|
||||
BITNAMI_APP_NAME="dotnet" \
|
||||
DOTNET_CLI_HOME="/app" \
|
||||
DOTNET_ROOT="/opt/bitnami/dotnet/bin" \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"dotnet": {
|
||||
"arch": "amd64",
|
||||
"digest": "fde8396c163806f492685fe89ffc65be31f9782efea9d594e41087e3c4467caa",
|
||||
"digest": "1dbd72a8646e8bc1ca25d30b1ea2e45c2902b925103b81c5c48562bae4017316",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.1.30-0"
|
||||
"version": "3.1.31-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
rolling-tags:
|
||||
- "3.1"
|
||||
- "3.1-debian-11"
|
||||
- "3.1.30"
|
||||
- "3.1.31"
|
||||
|
|
|
|||
Loading…
Reference in New Issue