diff --git a/bitnami/dotnet/8/debian-12/Dockerfile b/bitnami/dotnet/8/debian-12/Dockerfile index 7cb8bb6521cb..0af0da5d4909 100644 --- a/bitnami/dotnet/8/debian-12/Dockerfile +++ b/bitnami/dotnet/8/debian-12/Dockerfile @@ -8,11 +8,11 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2024-11-25T00:24:20Z" \ + org.opencontainers.image.created="2024-12-23T13:35:29Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/dotnet/README.md" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="8.0.11-debian-12-r2" \ + org.opencontainers.image.ref.name="8.0.11-debian-12-r3" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/dotnet" \ org.opencontainers.image.title="dotnet" \ org.opencontainers.image.vendor="Broadcom, Inc." \ @@ -26,7 +26,7 @@ ENV HOME="/app" \ COPY prebuildfs / SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"] # Install required system packages and dependencies -RUN install_packages build-essential ca-certificates curl git libcap2-bin libgcc-s1 libicu-dev liblttng-ust-dev libsqlite3-dev libssl-dev libstdc++6 pkg-config procps unzip wget zlib1g +RUN install_packages ca-certificates curl libcap2-bin libgcc-s1 libicu-dev liblttng-ust-dev libstdc++6 procps zlib1g RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \ COMPONENTS=( \ "dotnet-8.0.11-0-linux-${OS_ARCH}-debian-12" \ diff --git a/bitnami/dotnet/8/debian-12/prebuildfs/opt/bitnami/base/functions b/bitnami/dotnet/8/debian-12/prebuildfs/opt/bitnami/base/functions index b8b756d42617..844d8ab3f3bb 100644 --- a/bitnami/dotnet/8/debian-12/prebuildfs/opt/bitnami/base/functions +++ b/bitnami/dotnet/8/debian-12/prebuildfs/opt/bitnami/base/functions @@ -117,7 +117,6 @@ print_image_welcome_page() { log "" log "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}" log "Subscribe to project updates by watching ${BOLD}${github_url}${RESET}" - log "Submit issues and feature requests at ${BOLD}${github_url}/issues${RESET}" - log "Upgrade to Tanzu Application Catalog for production environments to access custom-configured and pre-packaged software components. Gain enhanced features, including Software Bill of Materials (SBOM), CVE scan result reports, and VEX documents. To learn more, visit ${BOLD}https://bitnami.com/enterprise${RESET}" + log "Did you know there are enterprise versions of the Bitnami catalog? For enhanced secure software supply chain features, unlimited pulls from Docker, LTS support, or application customization, see Bitnami Premium or Tanzu Application Catalog. See https://www.arrow.com/globalecs/na/vendors/bitnami/ for more information." log "" }