8.3.2-debian-11-r0 release
This commit is contained in:
parent
8e7dd1dc8c
commit
280cf2584a
|
|
@ -9,16 +9,16 @@ COPY prebuildfs /
|
|||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libc6 libexpat1 libgcc-s1 libnss3 libstdc++6 procps tar
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.25.3-0" --checksum a937d298205d3f7e8fcaa3ddbd24934cb2b809bcea54a1c0b3e3f29aa61428ac
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.25.3-1" --checksum 042fde05fc288b0b4dc0e0de0348990e95e75c2222927f5c961ea239167a0a6f
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kibana" "8.3.1-0" --checksum 406b0a29e3eea1f826ad549c98ff4264ebb50c24c3e9a4d238aa550d352a49f3
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kibana" "8.3.2-0" --checksum 92e49bf3bc1ef5e024ed0617e16f4981c105ee47e1d25fc71f84afce321b6393
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/kibana/postunpack.sh
|
||||
ENV APP_VERSION="8.3.1" \
|
||||
ENV APP_VERSION="8.3.2" \
|
||||
BITNAMI_APP_NAME="kibana"
|
||||
|
||||
EXPOSE 5601
|
||||
|
|
|
|||
|
|
@ -8,16 +8,16 @@
|
|||
},
|
||||
"kibana": {
|
||||
"arch": "amd64",
|
||||
"digest": "406b0a29e3eea1f826ad549c98ff4264ebb50c24c3e9a4d238aa550d352a49f3",
|
||||
"digest": "92e49bf3bc1ef5e024ed0617e16f4981c105ee47e1d25fc71f84afce321b6393",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "8.3.1-0"
|
||||
"version": "8.3.2-0"
|
||||
},
|
||||
"yq": {
|
||||
"arch": "amd64",
|
||||
"digest": "a937d298205d3f7e8fcaa3ddbd24934cb2b809bcea54a1c0b3e3f29aa61428ac",
|
||||
"digest": "042fde05fc288b0b4dc0e0de0348990e95e75c2222927f5c961ea239167a0a6f",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.25.3-0"
|
||||
"version": "4.25.3-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -35,7 +35,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`8`, `8-debian-11`, `8.3.1`, `8.3.1-debian-11-r0`, `latest` (8/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kibana/blob/8.3.1-debian-11-r0/8/debian-11/Dockerfile)
|
||||
* [`8`, `8-debian-11`, `8.3.2`, `8.3.2-debian-11-r0`, `latest` (8/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kibana/blob/8.3.2-debian-11-r0/8/debian-11/Dockerfile)
|
||||
* [`7`, `7-debian-11`, `7.17.5`, `7.17.5-debian-11-r3` (7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kibana/blob/7.17.5-debian-11-r3/7/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/kibana GitHub repo](https://github.com/bitnami/bitnami-docker-kibana).
|
||||
|
|
|
|||
Loading…
Reference in New Issue