[bitnami/dotnet-sdk] Release 3.1.425-debian-11-r0 (#13001)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-11-09 02:06:34 +01:00
committed by GitHub
parent a87bd580c5
commit 51bac55b78
3 changed files with 7 additions and 7 deletions

View File

@@ -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.424-debian-11-r9" \
org.opencontainers.image.ref.name="3.1.425-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/dotnet-sdk" \
org.opencontainers.image.title="dotnet-sdk" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="3.1.424"
org.opencontainers.image.version="3.1.425"
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-sdk-3.1.424-0-linux-${OS_ARCH}-debian-11" \
"dotnet-sdk-3.1.425-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-sdk/postunpack.sh
ENV APP_VERSION="3.1.424" \
ENV APP_VERSION="3.1.425" \
BITNAMI_APP_NAME="dotnet-sdk" \
DOTNET_CLI_HOME="/app" \
DOTNET_ROOT="/opt/bitnami/dotnet-sdk/bin" \

View File

@@ -1,9 +1,9 @@
{
"dotnet-sdk": {
"arch": "amd64",
"digest": "10780dff5b0e6b5dfce3630b6da8cb5e0d4ef3d7ce5105987d994de1493a9a72",
"digest": "153a1762f6453a2c8e0a29ce9b4e5f2c458078cad19d0875c3f651476815e527",
"distro": "debian-11",
"type": "NAMI",
"version": "3.1.424-0"
"version": "3.1.425-0"
}
}

View File

@@ -1,4 +1,4 @@
rolling-tags:
- "3.1"
- "3.1-debian-11"
- "3.1.424"
- "3.1.425"