mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 21:27:26 +08:00
[bitnami/apache-exporter] Release 0.13.0-debian-11-r8 (#27533)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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:37:58Z" \
|
||||
org.opencontainers.image.created="2023-03-18T20:38:54Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="0.13.0-debian-11-r7" \
|
||||
org.opencontainers.image.ref.name="0.13.0-debian-11-r8" \
|
||||
org.opencontainers.image.title="apache-exporter" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="0.13.0"
|
||||
@@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
RUN install_packages ca-certificates curl procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"apache-exporter-0.13.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"apache-exporter-0.13.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"apache-exporter": {
|
||||
"arch": "amd64",
|
||||
"digest": "1c4bfde946503ffd45c8e572d87ec17ce32daefb8760b228bc504579ccc94034",
|
||||
"digest": "876eba18db35acf7878d99b57a271217cd2020c57d1f2caa7a1f09e2aef420c8",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.13.0-0"
|
||||
"version": "0.13.0-1"
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,6 @@
|
||||
> Apache Exporter gathers statistics from the mod_status Apache module via HTTP for Prometheus consumption.
|
||||
|
||||
[Overview of Apache Exporter](https://github.com/Lusitaniae/apache_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
|
||||
|
||||
Reference in New Issue
Block a user