[bitnami/nats] Release 2.9.4-debian-11-r0 (#11644)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
dff481ea33
commit
829dced0f6
|
|
@ -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.3-debian-11-r5" \
|
||||
org.opencontainers.image.ref.name="2.9.4-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.3"
|
||||
org.opencontainers.image.version="2.9.4"
|
||||
|
||||
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.3-154-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
|
||||
"nats-2.9.3-0-linux-${OS_ARCH}-debian-11" \
|
||||
"nats-2.9.4-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.3" \
|
||||
ENV APP_VERSION="2.9.4" \
|
||||
BITNAMI_APP_NAME="nats" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/nats/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"nats": {
|
||||
"arch": "amd64",
|
||||
"digest": "1911f2263062428c86f3c504f38f618c947c2cc9c5d793c089c35b03c5f24b50",
|
||||
"digest": "70448eb6422da343170919eefaf28eff00809f800e8ec209d52416fcd1b2e7f9",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.9.3-0"
|
||||
"version": "2.9.4-0"
|
||||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "2"
|
||||
- "2-debian-11"
|
||||
- "2.9.3"
|
||||
- "2.9.4"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue