mirror of
https://github.com/bitnami/containers.git
synced 2026-04-07 08:59:26 +08:00
[bitnami/cluster-autoscaler] Release 1.26.1-debian-11-r2 (#19841)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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="1.26.1-debian-11-r1" \
|
||||
org.opencontainers.image.ref.name="1.26.1-debian-11-r2" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/cluster-autoscaler" \
|
||||
org.opencontainers.image.title="cluster-autoscaler" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
||||
@@ -21,7 +21,7 @@ if [ -z "$LOG_OUTPUT" ]; then
|
||||
LOG_OUTPUT="/opt/bitnami/cluster-autoscaler/log/cluster_autoscaler.log"
|
||||
fi
|
||||
|
||||
/opt/bitnami/cluster-autoscaler/bin/cluster-autoscaler "$@" 1>>$LOG_OUTPUT 2>&1 &
|
||||
/opt/bitnami/cluster-autoscaler/bin/cluster-autoscaler "$@" 1>>"$LOG_OUTPUT" 2>&1 &
|
||||
pid="$!"
|
||||
# shellcheck disable=SC2064
|
||||
trap "kill -15 $pid" 15
|
||||
|
||||
Reference in New Issue
Block a user