[bitnami/dotnet] Release 7.0.1-debian-11-r0 (#16893)

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-12-14 02:00:53 +01:00
committed by GitHub
parent 38ad759f3d
commit d6880d8cb9
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="7.0.0-debian-11-r7" \
org.opencontainers.image.ref.name="7.0.1-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/dotnet" \
org.opencontainers.image.title="dotnet" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="7.0.0"
org.opencontainers.image.version="7.0.1"
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 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/ && \
COMPONENTS=( \
"dotnet-7.0.0-1-linux-${OS_ARCH}-debian-11" \
"dotnet-7.0.1-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/postunpack.sh
ENV APP_VERSION="7.0.0" \
ENV APP_VERSION="7.0.1" \
BITNAMI_APP_NAME="dotnet" \
DOTNET_CLI_HOME="/app" \
DOTNET_ROOT="/opt/bitnami/dotnet/bin" \

View File

@@ -1,9 +1,9 @@
{
"dotnet": {
"arch": "amd64",
"digest": "9cd2a0ed419c708be698e0fa782a16113b84dfaf40a91cd4cefcf33a1d3c3278",
"digest": "b456eda4046f22016f5d750b6b501c7cb07e7d3f981fa4f3d65c37538ebd1464",
"distro": "debian-11",
"type": "NAMI",
"version": "7.0.0-1"
"version": "7.0.1-0"
}
}

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "7"
- "7-debian-11"
- "7.0.0"
- "7.0.1"
- "latest"