[bitnami/elasticsearch] Release 7.17.7-debian-11-r2 (#12151)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
b8823af07c
commit
416cb44d7e
|
|
@ -6,7 +6,7 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="7.17.7-debian-11-r1" \
|
||||
org.opencontainers.image.ref.name="7.17.7-debian-11-r2" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/elasticsearch" \
|
||||
org.opencontainers.image.title="elasticsearch" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -24,7 +24,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
RUN install_packages ca-certificates curl libasound2-dev libc6 libfreetype6 libfreetype6-dev libgcc1 procps zlib1g
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"yq-4.29.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"yq-4.29.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
"java-17.0.5-8-1-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
|
||||
"elasticsearch-7.17.7-0-linux-${OS_ARCH}-debian-11" \
|
||||
|
|
|
|||
|
|
@ -22,9 +22,9 @@
|
|||
},
|
||||
"yq": {
|
||||
"arch": "amd64",
|
||||
"digest": "8e975b7429ea7aed585ad05ebee0894cf4d0bfcbe1952ec9c8cc9b843f2d339c",
|
||||
"digest": "41f8d881c6685e406467d4353e51da99578622fb670a527acc2b43ffbb252fcb",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.29.1-0"
|
||||
"version": "4.29.2-0"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue