[bitnami/dotnet] Release 6.0.11-debian-11-r5 (#14661)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
d594565c3f
commit
f301e5addf
|
|
@ -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.11-debian-11-r4" \
|
||||
org.opencontainers.image.ref.name="6.0.11-debian-11-r5" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/dotnet" \
|
||||
org.opencontainers.image.title="dotnet" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -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-6.0.11-0-linux-${OS_ARCH}-debian-11" \
|
||||
"dotnet-6.0.11-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"dotnet": {
|
||||
"arch": "amd64",
|
||||
"digest": "b107d869a67a2bc5996f69a7ff119c10c59bdf72843948a40c85f1c62c888609",
|
||||
"digest": "d985937174927b954eeabae3695e64e7681ebf617effdfe91450c63edb89ac69",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "6.0.11-0"
|
||||
"version": "6.0.11-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -2,4 +2,3 @@ rolling-tags:
|
|||
- "6"
|
||||
- "6-debian-11"
|
||||
- "6.0.11"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue