mirror of
https://github.com/bitnami/containers.git
synced 2026-03-26 14:57:46 +08:00
[bitnami/dotnet] Release 6.0.11-debian-11-r0 (#13005)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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="6.0.10-debian-11-r9" \
|
||||
org.opencontainers.image.ref.name="6.0.11-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="6.0.10"
|
||||
org.opencontainers.image.version="6.0.11"
|
||||
|
||||
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-6.0.10-0-linux-${OS_ARCH}-debian-11" \
|
||||
"dotnet-6.0.11-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="6.0.10" \
|
||||
ENV APP_VERSION="6.0.11" \
|
||||
BITNAMI_APP_NAME="dotnet" \
|
||||
DOTNET_CLI_HOME="/app" \
|
||||
DOTNET_ROOT="/opt/bitnami/dotnet/bin" \
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"dotnet": {
|
||||
"arch": "amd64",
|
||||
"digest": "495f002bee2be0bb5b03bd4ceaf7842e051751fb63a08fada1e3527102996d6e",
|
||||
"digest": "b107d869a67a2bc5996f69a7ff119c10c59bdf72843948a40c85f1c62c888609",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "6.0.10-0"
|
||||
"version": "6.0.11-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "6"
|
||||
- "6-debian-11"
|
||||
- "6.0.10"
|
||||
- "6.0.11"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user