mirror of
https://github.com/bitnami/containers.git
synced 2026-03-27 15:27:48 +08:00
[bitnami/clickhouse-operator-metrics-exporter] Release 0.26.0-debian-12-r1 (#91279)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -17,7 +17,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
||||
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
|
||||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||
COMPONENTS=( \
|
||||
"clickhouse-operator-metrics-exporter-0.26.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
"clickhouse-operator-metrics-exporter-0.26.0-1-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -40,7 +40,7 @@ ARG TARGETARCH
|
||||
ENV OS_ARCH="${TARGETARCH:-amd64}"
|
||||
|
||||
LABEL org.opencontainers.image.base.name="scratch" \
|
||||
org.opencontainers.image.created="2026-02-20T14:55:28Z" \
|
||||
org.opencontainers.image.created="2026-03-06T03:06:06Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.title="clickhouse-operator-metrics-exporter" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
@@ -51,7 +51,7 @@ COPY --from=builder /opt/bitnami/clickhouse-operator-metrics-exporter /opt/bitna
|
||||
|
||||
ENV APP_VERSION="0.26.0" \
|
||||
BITNAMI_APP_NAME="clickhouse-operator-metrics-exporter" \
|
||||
IMAGE_REVISION="0" \
|
||||
IMAGE_REVISION="1" \
|
||||
PATH="/opt/bitnami/clickhouse-operator-metrics-exporter/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
# Bitnami Secure Image for ClickHouse Operator Metrics Exporter
|
||||
|
||||
## What is ClickHouse Operator Metrics Exporter?
|
||||
|
||||
> ClickHouse Operator Metrics exporter gathers ClickHouse Operator metrics for Prometheus consumption.
|
||||
|
||||
[Overview of ClickHouse Operator Metrics Exporter](https://altinity.com/kubernetes-operator/)
|
||||
@@ -62,6 +60,8 @@ Non-root container images add an extra layer of security and are generally recom
|
||||
|
||||
## Configuration
|
||||
|
||||
The following section describes how to run commands
|
||||
|
||||
### Running commands
|
||||
|
||||
To run commands inside this container you can use `docker run`, for example to execute `metrics-exporter --help` you can follow the example below:
|
||||
|
||||
Reference in New Issue
Block a user