From 529e7a0ea8d47fcca03b05cdcdace3838723d6f0 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 24 Apr 2025 08:49:23 +0200 Subject: [PATCH] [bitnami/nats] Release nats-2.11.1-debian-12-r2 (#80532) Signed-off-by: Bitnami Bot --- bitnami/nats/2/debian-12/Dockerfile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/bitnami/nats/2/debian-12/Dockerfile b/bitnami/nats/2/debian-12/Dockerfile index f0b083c4204c..5187d0f7bd9f 100644 --- a/bitnami/nats/2/debian-12/Dockerfile +++ b/bitnami/nats/2/debian-12/Dockerfile @@ -38,23 +38,24 @@ ENV OS_ARCH="${TARGETARCH:-amd64}" LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ org.opencontainers.image.base.name="scratch" \ - org.opencontainers.image.created="2025-04-09T14:57:10Z" \ + org.opencontainers.image.created="2025-04-24T06:32:10Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ - org.opencontainers.image.ref.name="2.11.1-debian-12-r1" \ + org.opencontainers.image.ref.name="2.11.1-debian-12-r2" \ org.opencontainers.image.title="nats" \ org.opencontainers.image.vendor="Broadcom, Inc." \ org.opencontainers.image.version="2.11.1" COPY rootfs / -COPY --from=builder /opt/bitnami/nats/bin/nats-server /nats-server COPY --from=builder /opt/bitnami/nats/.spdx-nats.spdx /opt/bitnami/nats/.spdx-nats.spdx +COPY --from=builder /opt/bitnami/nats/bin/nats-server /opt/bitnami/nats/bin/nats-server COPY --from=builder /opt/bitnami/nats/licenses /opt/bitnami/nats/licenses ENV APP_VERSION="2.11.1" \ - BITNAMI_APP_NAME="nats" + BITNAMI_APP_NAME="nats" \ + PATH="/opt/bitnami/nats/bin:$PATH" EXPOSE 4222 6222 8222 USER 1001 -ENTRYPOINT [ "/nats-server" ] +ENTRYPOINT [ "nats-server" ]