[bitnami/kibana] Release 8.5.0-debian-11-r0 (#12195)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
622eefbde5
commit
6936368e87
|
|
@ -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="8.4.3-debian-11-r8" \
|
||||
org.opencontainers.image.ref.name="8.5.0-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kibana" \
|
||||
org.opencontainers.image.title="kibana" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="8.4.3"
|
||||
org.opencontainers.image.version="8.5.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -24,7 +24,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
COMPONENTS=( \
|
||||
"yq-4.29.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
|
||||
"kibana-8.4.3-0-linux-${OS_ARCH}-debian-11" \
|
||||
"kibana-8.5.0-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/kibana/postunpack.sh
|
||||
ENV APP_VERSION="8.4.3" \
|
||||
ENV APP_VERSION="8.5.0" \
|
||||
BITNAMI_APP_NAME="kibana"
|
||||
|
||||
EXPOSE 5601
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"kibana": {
|
||||
"arch": "amd64",
|
||||
"digest": "7f085cb853ad21fb4ab880f897ee9f083f5bcc443fd9dab7da20166569102733",
|
||||
"digest": "3859304af66d3c34244cee2a71da8cbe93d81c53116ebbcf1e342f3c59c4f0c5",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "8.4.3-0"
|
||||
"version": "8.5.0-0"
|
||||
},
|
||||
"yq": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "8"
|
||||
- "8-debian-11"
|
||||
- "8.4.3"
|
||||
- "8.5.0"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue