mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
7.17.5-debian-11-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
6fce1a44cd
commit
982feab03a
@@ -11,14 +11,14 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
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 "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kibana" "7.17.4-150" --checksum 8b68ad06a6d3b8657a9d288083729761ea3177db4c6e4dfcfe823a72f80635b5
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kibana" "7.17.5-0" --checksum 418c67761b60270e438a517a726b108cf7b22f4609e56b765ca186f7093f93f2
|
||||
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="7.17.4" \
|
||||
ENV APP_VERSION="7.17.5" \
|
||||
BITNAMI_APP_NAME="kibana"
|
||||
|
||||
EXPOSE 5601
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
},
|
||||
"kibana": {
|
||||
"arch": "amd64",
|
||||
"digest": "8b68ad06a6d3b8657a9d288083729761ea3177db4c6e4dfcfe823a72f80635b5",
|
||||
"digest": "418c67761b60270e438a517a726b108cf7b22f4609e56b765ca186f7093f93f2",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "7.17.4-150"
|
||||
"version": "7.17.5-0"
|
||||
},
|
||||
"yq": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -36,7 +36,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
|
||||
* [`8`, `8-debian-11`, `8.2.3`, `8.2.3-debian-11-r4`, `latest` (8/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kibana/blob/8.2.3-debian-11-r4/8/debian-11/Dockerfile)
|
||||
* [`7`, `7-debian-11`, `7.17.4`, `7.17.4-debian-11-r9` (7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kibana/blob/7.17.4-debian-11-r9/7/debian-11/Dockerfile)
|
||||
* [`7`, `7-debian-11`, `7.17.5`, `7.17.5-debian-11-r0` (7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kibana/blob/7.17.5-debian-11-r0/7/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/kibana GitHub repo](https://github.com/bitnami/bitnami-docker-kibana).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user