mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 07:18:06 +08:00
7.17.5-debian-11-r5 release
This commit is contained in:
committed by
Bitnami Containers
parent
3d5b23e99b
commit
02c0c97f49
@@ -10,8 +10,8 @@ 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-2" --checksum 84ce4016efca8b6a6713d69e9d7c19003d4a530f8b420fb8cdcaa9cf9af47ee6
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kibana" "7.17.5-1" --checksum b46afef7ac3a8111338fd8dd9a52f5a5b5b54000d63c3c4389ba31edcb6b555b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kibana" "7.17.5-2" --checksum 13280bbf6ecc27769dbb44170641ea571a4032a876f3c5139a67097e5cfe2125
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900",
|
||||
"digest": "0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-151"
|
||||
"version": "1.14.0-152"
|
||||
},
|
||||
"kibana": {
|
||||
"arch": "amd64",
|
||||
"digest": "b46afef7ac3a8111338fd8dd9a52f5a5b5b54000d63c3c4389ba31edcb6b555b",
|
||||
"digest": "13280bbf6ecc27769dbb44170641ea571a4032a876f3c5139a67097e5cfe2125",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "7.17.5-1"
|
||||
"version": "7.17.5-2"
|
||||
},
|
||||
"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.3.2`, `8.3.2-debian-11-r1`, `latest` (8/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kibana/blob/8.3.2-debian-11-r1/8/debian-11/Dockerfile)
|
||||
* [`7`, `7-debian-11`, `7.17.5`, `7.17.5-debian-11-r4` (7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kibana/blob/7.17.5-debian-11-r4/7/debian-11/Dockerfile)
|
||||
* [`7`, `7-debian-11`, `7.17.5`, `7.17.5-debian-11-r5` (7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kibana/blob/7.17.5-debian-11-r5/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