[bitnami/nats] Release 2.9.9-debian-11-r0 (#16475)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
c120e42c8d
commit
b7bc303edf
|
|
@ -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="2.9.8-debian-11-r4" \
|
||||
org.opencontainers.image.ref.name="2.9.9-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/nats" \
|
||||
org.opencontainers.image.title="nats" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.9.8"
|
||||
org.opencontainers.image.version="2.9.9"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -23,7 +23,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
COMPONENTS=( \
|
||||
"render-template-1.0.4-1-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
|
||||
"nats-2.9.8-0-linux-${OS_ARCH}-debian-11" \
|
||||
"nats-2.9.9-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -41,7 +41,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/nats/postunpack.sh
|
||||
ENV APP_VERSION="2.9.8" \
|
||||
ENV APP_VERSION="2.9.9" \
|
||||
BITNAMI_APP_NAME="nats" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/nats/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"nats": {
|
||||
"arch": "amd64",
|
||||
"digest": "428a9816cc09e3e371e016f6192e28a663b56416c90a4846bc3852d871238c37",
|
||||
"digest": "8a68ca88ec2f9346b4c57e8fdf78e2da099f1704211c3fd8605bb2091c4ab447",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.9.8-0"
|
||||
"version": "2.9.9-0"
|
||||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "2"
|
||||
- "2-debian-11"
|
||||
- "2.9.8"
|
||||
- "2.9.9"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue