[bitnami/nats] Release 2.9.19-debian-11-r7 (#40815)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
5591025914
commit
3ae461d90c
|
|
@ -6,10 +6,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-07-09T06:22:42Z" \
|
||||
org.opencontainers.image.created="2023-07-12T06:38:30Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2.9.19-debian-11-r6" \
|
||||
org.opencontainers.image.ref.name="2.9.19-debian-11-r7" \
|
||||
org.opencontainers.image.title="nats" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.9.19"
|
||||
|
|
|
|||
|
|
@ -109,6 +109,6 @@ export NATS_CLUSTER_PASSWORD="${NATS_CLUSTER_PASSWORD:-}"
|
|||
export NATS_CLUSTER_TOKEN="${NATS_CLUSTER_TOKEN:-}"
|
||||
export NATS_CLUSTER_ROUTES="${NATS_CLUSTER_ROUTES:-}"
|
||||
export NATS_CLUSTER_SEED_NODE="${NATS_CLUSTER_SEED_NODE:-}"
|
||||
export NATS_EXTRA_ARGS="${NATS_EXTRA_ARGS:-}"
|
||||
|
||||
# Custom environment variables may be defined below
|
||||
export NATS_EXTRA_ARGS="${NATS_EXTRA_ARGS:-}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue