[bitnami/dotnet-sdk] Release 3.1.423-debian-11-r0 (#6354)

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-09-14 01:57:55 +02:00
committed by GitHub
parent 728d398f78
commit cb4d3b8f5f
4 changed files with 13 additions and 13 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.422-debian-11-r11" \
org.opencontainers.image.ref.name="3.1.423-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.422"
org.opencontainers.image.version="3.1.423"
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-sdk-3.1.422-1-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/dotnet-sdk-3.1.422-1-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/dotnet-sdk-3.1.422-1-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
if [ ! -f dotnet-sdk-3.1.423-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/dotnet-sdk-3.1.423-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/dotnet-sdk-3.1.423-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
fi && \
sha256sum -c dotnet-sdk-3.1.422-1-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
tar -zxf dotnet-sdk-3.1.422-1-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf dotnet-sdk-3.1.422-1-linux-${OS_ARCH}-debian-11.tar.gz
sha256sum -c dotnet-sdk-3.1.423-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
tar -zxf dotnet-sdk-3.1.423-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf dotnet-sdk-3.1.423-0-linux-${OS_ARCH}-debian-11.tar.gz dotnet-sdk-3.1.423-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-sdk/postunpack.sh
ENV APP_VERSION="3.1.422" \
ENV APP_VERSION="3.1.423" \
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": "5e54d61895fdaf45bb15afeadbe4e95dffea62190e1933c6ac4b660d98d3041b",
"digest": "bd2527aa5e762d8ee5a3d26f8f669baf0bd83caea13d33048da000cc699ad95a",
"distro": "debian-11",
"type": "NAMI",
"version": "3.1.422-1"
"version": "3.1.423-0"
}
}

View File

@@ -1,4 +1,4 @@
rolling-tags:
- "3.1"
- "3.1-debian-11"
- "3.1.422"
- "3.1.423"

View File

@@ -36,7 +36,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`6`, `6-debian-11`, `6.0.401`, `6.0.401-debian-11-r0`, `latest` (6/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/dotnet-sdk/6/debian-11/Dockerfile)
* [`3.1`, `3.1-debian-11`, `3.1.422`, `3.1.422-debian-11-r11` (3.1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/dotnet-sdk/3.1/debian-11/Dockerfile)
* [`3.1`, `3.1-debian-11`, `3.1.423`, `3.1.423-debian-11-r0` (3.1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/dotnet-sdk/3.1/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).