[bitnami/dotnet-sdk] Release 6.0.407-debian-11-r1 (#27598)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-03-20 09:12:47 +01:00 committed by GitHub
parent db3e0a2f02
commit 0ab3b6099e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-03-14T16:15:47Z" \
org.opencontainers.image.created="2023-03-18T21:17:24Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="6.0.407-debian-11-r0" \
org.opencontainers.image.ref.name="6.0.407-debian-11-r1" \
org.opencontainers.image.title="dotnet-sdk" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="6.0.407"
@ -22,7 +22,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-sdk-6.0.407-0-linux-${OS_ARCH}-debian-11" \
"dotnet-sdk-6.0.407-1-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@ -1,9 +1,9 @@
{
"dotnet-sdk": {
"arch": "amd64",
"digest": "5486768b9a6ac29377300c36daf97a90de63bfb92f0a0c93a4bd2e249df002ad",
"digest": "5f5bf501930353df9eead9fffda9a48240c4e819d31b556af52995fb6c06fe22",
"distro": "debian-11",
"type": "NAMI",
"version": "6.0.407-0"
"version": "6.0.407-1"
}
}