[bitnami/dotnet] Release 7.0.4-debian-11-r1 (#27579)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
c97e45e168
commit
97a26cf9e7
|
|
@ -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-14T19:24:47Z" \
|
||||
org.opencontainers.image.created="2023-03-18T21:19:19Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="7.0.4-debian-11-r0" \
|
||||
org.opencontainers.image.ref.name="7.0.4-debian-11-r1" \
|
||||
org.opencontainers.image.title="dotnet" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="7.0.4"
|
||||
|
|
@ -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-7.0.4-0-linux-${OS_ARCH}-debian-11" \
|
||||
"dotnet-7.0.4-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": "7c299dbccb56d7fc826cc6b85c42ecc22a032737b49d89ec89ac909654d23f0d",
|
||||
"digest": "751f3878749dad3523fe88c426669a75795c75a028abe5b25f6dfad0625f524a",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "7.0.4-0"
|
||||
"version": "7.0.4-1"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue