From 1c88fb7c423cb6ec981bb11d779b510084e3fe1f Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 7 Oct 2022 11:38:57 +0200 Subject: [PATCH] [bitnami/dotnet-sdk] Release 6.0.401-debian-11-r8 (#9222) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers Signed-off-by: Fran Mulero Co-authored-by: Fran Mulero --- bitnami/dotnet-sdk/6/debian-11/Dockerfile | 23 +++++++++++-------- .../opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/dotnet-sdk/README.md | 2 +- 3 files changed, 17 insertions(+), 12 deletions(-) diff --git a/bitnami/dotnet-sdk/6/debian-11/Dockerfile b/bitnami/dotnet-sdk/6/debian-11/Dockerfile index 58957dca484f..c203c453803b 100644 --- a/bitnami/dotnet-sdk/6/debian-11/Dockerfile +++ b/bitnami/dotnet-sdk/6/debian-11/Dockerfile @@ -4,7 +4,7 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="6.0.401-debian-11-r7" \ + org.opencontainers.image.ref.name="6.0.401-debian-11-r8" \ 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." \ @@ -18,15 +18,20 @@ ENV HOME="/app" \ COPY prebuildfs / SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Install required system packages and dependencies -RUN install_packages build-essential ca-certificates curl git libc6 libcap2-bin libgcc-s1 libicu-dev liblttng-ust-dev libsqlite3-dev libssl-dev libstdc++6 pkg-config procps unzip wget zlib1g +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 mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ - if [ ! -f dotnet-sdk-6.0.401-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ - curl -SsLf https://downloads.bitnami.com/files/stacksmith/dotnet-sdk-6.0.401-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \ - curl -SsLf https://downloads.bitnami.com/files/stacksmith/dotnet-sdk-6.0.401-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \ - fi && \ - sha256sum -c dotnet-sdk-6.0.401-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \ - tar -zxf dotnet-sdk-6.0.401-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ - rm -rf dotnet-sdk-6.0.401-0-linux-${OS_ARCH}-debian-11.tar.gz dotnet-sdk-6.0.401-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 + COMPONENTS=( \ + "dotnet-sdk-6.0.401-1-linux-${OS_ARCH}-debian-11" \ + ) && \ + for COMPONENT in "${COMPONENTS[@]}"; do \ + if [ ! -f "${COMPONENT}.tar.gz" ]; then \ + curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz" -O ; \ + curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256" -O ; \ + fi && \ + sha256sum -c "${COMPONENT}.tar.gz.sha256" && \ + tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ + rm -rf "${COMPONENT}.tar.gz{,sha256}" ; \ + done RUN apt-get autoremove --purge -y curl && \ apt-get update && apt-get upgrade -y && \ apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives diff --git a/bitnami/dotnet-sdk/6/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/dotnet-sdk/6/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index eb5a52c6a292..1f5e6447d17d 100644 --- a/bitnami/dotnet-sdk/6/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/dotnet-sdk/6/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "dotnet-sdk": { "arch": "amd64", - "digest": "38f735911cb56be3201910e6079a12536d35afdcbe9bc258eccf6db6244ad5c7", + "digest": "08877efefcf749041007959f0793c44eed718e6bc655ffb840117d358ca4387c", "distro": "debian-11", "type": "NAMI", - "version": "6.0.401-0" + "version": "6.0.401-1" } } \ No newline at end of file diff --git a/bitnami/dotnet-sdk/README.md b/bitnami/dotnet-sdk/README.md index cd3c5ff95ba1..91a1894dddf1 100644 --- a/bitnami/dotnet-sdk/README.md +++ b/bitnami/dotnet-sdk/README.md @@ -35,7 +35,7 @@ $ docker-compose up -d Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`6`, `6-debian-11`, `6.0.401`, `6.0.401-debian-11-r7`, `latest` (6/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/dotnet-sdk/6/debian-11/Dockerfile) +* [`6`, `6-debian-11`, `6.0.401`, `6.0.401-debian-11-r8`, `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.423`, `3.1.423-debian-11-r8` (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).