[bitnami/cassandra-exporter] Release 2.3.8-debian-11-r101 (#27546)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
ac1a90a59a
commit
97bbb20d8e
|
|
@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-03-13T21:51:00Z" \
|
||||
org.opencontainers.image.created="2023-03-18T21:05:12Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2.3.8-debian-11-r100" \
|
||||
org.opencontainers.image.ref.name="2.3.8-debian-11-r101" \
|
||||
org.opencontainers.image.title="cassandra-exporter" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.3.8"
|
||||
|
|
@ -22,8 +22,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
RUN install_packages ca-certificates curl procps zlib1g
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"java-11.0.18-10-2-linux-${OS_ARCH}-debian-11" \
|
||||
"cassandra-exporter-2.3.8-158-linux-${OS_ARCH}-debian-11" \
|
||||
"java-11.0.18-10-3-linux-${OS_ARCH}-debian-11" \
|
||||
"cassandra-exporter-2.3.8-159-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"cassandra-exporter": {
|
||||
"arch": "amd64",
|
||||
"digest": "e1065b3667ff68b1a61f043928aa65c031607544a051c5320426f2bd2d17c1fa",
|
||||
"digest": "3dbd7348d1947424307d92c5f7bae9666baed823f7d370528293da3d9710dbd1",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.3.8-158"
|
||||
"version": "2.3.8-159"
|
||||
},
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
"digest": "be7aa8950dacdcd96b5308a246b86665d364f70675564f157bfc7594b383af1f",
|
||||
"digest": "fbdf266273a4dd4c5fc37c344462aa50047549aa2e63858ffee5594ea450fca5",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "11.0.18-10-2"
|
||||
"version": "11.0.18-10-3"
|
||||
}
|
||||
}
|
||||
|
|
@ -5,7 +5,6 @@
|
|||
> Cassandra exporter is a standalone application which exports Apache Cassandra metrics through a prometheus friendly endpoint.
|
||||
|
||||
[Overview of Cassandra Exporter](https://github.com/criteo/cassandra_exporter)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
## TL;DR
|
||||
|
|
|
|||
Loading…
Reference in New Issue