[bitnami/dotnet] Release 6.0.9-debian-11-r0 (#6345)

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-13 21:53:08 +02:00 committed by GitHub
parent 273de98b9d
commit b6c1d2bf29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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" \ LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \ org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="6.0.8-debian-11-r11" \ org.opencontainers.image.ref.name="6.0.9-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/dotnet" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/dotnet" \
org.opencontainers.image.title="dotnet" \ org.opencontainers.image.title="dotnet" \
org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="6.0.8" org.opencontainers.image.version="6.0.9"
ENV HOME="/app" \ ENV HOME="/app" \
OS_ARCH="${TARGETARCH:-amd64}" \ OS_ARCH="${TARGETARCH:-amd64}" \
@ -20,13 +20,13 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies # Install required system packages and dependencies
RUN install_packages build-essential ca-certificates curl git gzip libc6 libcap2-bin libgcc-s1 libicu-dev liblttng-ust-dev libsqlite3-dev libssl-dev libstdc++6 pkg-config procps tar unzip wget zlib1g RUN install_packages build-essential ca-certificates curl git gzip libc6 libcap2-bin libgcc-s1 libicu-dev liblttng-ust-dev libsqlite3-dev libssl-dev libstdc++6 pkg-config procps tar unzip wget zlib1g
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
if [ ! -f dotnet-6.0.8-2-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ if [ ! -f dotnet-6.0.9-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/dotnet-6.0.8-2-linux-${OS_ARCH}-debian-11.tar.gz -O ; \ curl -SsLf https://downloads.bitnami.com/files/stacksmith/dotnet-6.0.9-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/dotnet-6.0.8-2-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \ curl -SsLf https://downloads.bitnami.com/files/stacksmith/dotnet-6.0.9-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
fi && \ fi && \
sha256sum -c dotnet-6.0.8-2-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \ sha256sum -c dotnet-6.0.9-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
tar -zxf dotnet-6.0.8-2-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ tar -zxf dotnet-6.0.9-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf dotnet-6.0.8-2-linux-${OS_ARCH}-debian-11.tar.gz rm -rf dotnet-6.0.9-0-linux-${OS_ARCH}-debian-11.tar.gz dotnet-6.0.9-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256
RUN apt-get update && apt-get upgrade -y && \ RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \ 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 / COPY rootfs /
RUN /opt/bitnami/scripts/dotnet/postunpack.sh RUN /opt/bitnami/scripts/dotnet/postunpack.sh
ENV APP_VERSION="6.0.8" \ ENV APP_VERSION="6.0.9" \
BITNAMI_APP_NAME="dotnet" \ BITNAMI_APP_NAME="dotnet" \
DOTNET_CLI_HOME="/app" \ DOTNET_CLI_HOME="/app" \
DOTNET_ROOT="/opt/bitnami/dotnet/bin" \ DOTNET_ROOT="/opt/bitnami/dotnet/bin" \

View File

@ -1,9 +1,9 @@
{ {
"dotnet": { "dotnet": {
"arch": "amd64", "arch": "amd64",
"digest": "1fe69461600ede1c87e3e5e69b134d1108f82ef35b9c6e7504dd7fadfa6d312c", "digest": "eadf2ae016f7c30587b12792d2891cf3aa7b5beaf2bcc2b7423d4947fb2e67bc",
"distro": "debian-11", "distro": "debian-11",
"type": "NAMI", "type": "NAMI",
"version": "6.0.8-2" "version": "6.0.9-0"
} }
} }

View File

@ -1,5 +1,5 @@
rolling-tags: rolling-tags:
- "6" - "6"
- "6-debian-11" - "6-debian-11"
- "6.0.8" - "6.0.9"
- "latest" - "latest"

View File

@ -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/). 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.8`, `6.0.8-debian-11-r11`, `latest` (6/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/dotnet/6/debian-11/Dockerfile) * [`6`, `6-debian-11`, `6.0.9`, `6.0.9-debian-11-r0`, `latest` (6/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/dotnet/6/debian-11/Dockerfile)
* [`3.1`, `3.1-debian-11`, `3.1.29`, `3.1.29-debian-11-r0` (3.1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/dotnet/3.1/debian-11/Dockerfile) * [`3.1`, `3.1-debian-11`, `3.1.29`, `3.1.29-debian-11-r0` (3.1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/dotnet/3.1/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers). Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).