7.17.1-debian-10-r3 release
This commit is contained in:
parent
4cd13f51cf
commit
b8cd3f40e2
|
|
@ -10,7 +10,7 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libc6 libexpat1 libgcc1 libnss3 libstdc++6 procps tar
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.21.1-1" --checksum d0927015892d9e13182fbf5242b41d75de0bf5eca43106bb1c0f0f936b05144a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.22.1-0" --checksum 9b8c8ea8b9074c1f94e0e87cf934f052da35e1655d80b4c2afad665541670425
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kibana" "7.17.1-0" --checksum cce2a5d884acdc98eb33a58f1b964d987190c4662099f81d4d86103f95e016c9
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
|
|
@ -20,7 +20,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/kibana/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="kibana" \
|
||||
BITNAMI_IMAGE_VERSION="7.17.1-debian-10-r2"
|
||||
BITNAMI_IMAGE_VERSION="7.17.1-debian-10-r3"
|
||||
|
||||
EXPOSE 5601
|
||||
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@
|
|||
},
|
||||
"yq": {
|
||||
"arch": "amd64",
|
||||
"digest": "d0927015892d9e13182fbf5242b41d75de0bf5eca43106bb1c0f0f936b05144a",
|
||||
"digest": "9b8c8ea8b9074c1f94e0e87cf934f052da35e1655d80b4c2afad665541670425",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "4.21.1-1"
|
||||
"version": "4.22.1-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -36,7 +36,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/).
|
||||
|
||||
|
||||
* [`7`, `7-debian-10`, `7.17.1`, `7.17.1-debian-10-r2`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kibana/blob/7.17.1-debian-10-r2/7/debian-10/Dockerfile)
|
||||
* [`7`, `7-debian-10`, `7.17.1`, `7.17.1-debian-10-r3`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kibana/blob/7.17.1-debian-10-r3/7/debian-10/Dockerfile)
|
||||
* [`6`, `6-debian-10`, `6.8.23`, `6.8.23-debian-10-r52` (6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kibana/blob/6.8.23-debian-10-r52/6/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/kibana GitHub repo](https://github.com/bitnami/bitnami-docker-kibana).
|
||||
|
|
|
|||
Loading…
Reference in New Issue