8.1.2-debian-10-r1 release
This commit is contained in:
parent
83ea95e0cb
commit
f9f70fd21a
|
|
@ -12,7 +12,7 @@ COPY prebuildfs /
|
|||
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.24.5-0" --checksum bdae511963f6a46ad128f41f9a6f2eec8c56fbb4929619fcd54232edfec6209e
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kibana" "8.1.2-1" --checksum 1e96e1b2f0db19d7974f2e2ab6c1e8eb50fc05d693082816fdd05d744188f2dc
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kibana" "8.1.2-2" --checksum 2d603cb2222dc89c465357504931efff47802faa620fd069577709db42d18a1e
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"kibana": {
|
||||
"arch": "amd64",
|
||||
"digest": "1e96e1b2f0db19d7974f2e2ab6c1e8eb50fc05d693082816fdd05d744188f2dc",
|
||||
"digest": "2d603cb2222dc89c465357504931efff47802faa620fd069577709db42d18a1e",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "8.1.2-1"
|
||||
"version": "8.1.2-2"
|
||||
},
|
||||
"yq": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -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/).
|
||||
|
||||
|
||||
* [`8`, `8-debian-10`, `8.1.2`, `8.1.2-debian-10-r0`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kibana/blob/8.1.2-debian-10-r0/8/debian-10/Dockerfile)
|
||||
* [`8`, `8-debian-10`, `8.1.2`, `8.1.2-debian-10-r1`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kibana/blob/8.1.2-debian-10-r1/8/debian-10/Dockerfile)
|
||||
* [`7`, `7-debian-10`, `7.17.2`, `7.17.2-debian-10-r7` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kibana/blob/7.17.2-debian-10-r7/7/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