diff --git a/bitnami/consul-exporter/0/debian-12/Dockerfile b/bitnami/consul-exporter/0/debian-12/Dockerfile index 909bbff9de7b..c49b4d6e1432 100644 --- a/bitnami/consul-exporter/0/debian-12/Dockerfile +++ b/bitnami/consul-exporter/0/debian-12/Dockerfile @@ -7,13 +7,13 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2024-04-05T15:29:40Z" \ + org.opencontainers.image.created="2024-04-15T09:42:25Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="0.11.0-debian-12-r15" \ + org.opencontainers.image.ref.name="0.12.0-debian-12-r0" \ org.opencontainers.image.title="consul-exporter" \ org.opencontainers.image.vendor="VMware, Inc." \ - org.opencontainers.image.version="0.11.0" + org.opencontainers.image.version="0.12.0" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -26,7 +26,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"] RUN install_packages ca-certificates curl procps RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \ COMPONENTS=( \ - "consul-exporter-0.11.0-7-linux-${OS_ARCH}-debian-12" \ + "consul-exporter-0.12.0-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -44,7 +44,7 @@ RUN chmod g+rwX /opt/bitnami RUN ln -sf /opt/bitnami/consul-exporter/bin/consul_exporter /bin/consul_exporter RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true -ENV APP_VERSION="0.11.0" \ +ENV APP_VERSION="0.12.0" \ BITNAMI_APP_NAME="consul-exporter" \ PATH="/opt/bitnami/consul-exporter/bin:$PATH" diff --git a/bitnami/consul-exporter/0/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/consul-exporter/0/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json index 9973cae3fd0f..b020f4254632 100644 --- a/bitnami/consul-exporter/0/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/consul-exporter/0/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json @@ -3,6 +3,6 @@ "arch": "amd64", "distro": "debian-12", "type": "NAMI", - "version": "0.11.0-7" + "version": "0.12.0-0" } } \ No newline at end of file diff --git a/bitnami/consul-exporter/0/debian-12/tags-info.yaml b/bitnami/consul-exporter/0/debian-12/tags-info.yaml index c523d95cbd9e..0ae408e66a8a 100644 --- a/bitnami/consul-exporter/0/debian-12/tags-info.yaml +++ b/bitnami/consul-exporter/0/debian-12/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - "0" - 0-debian-12 -- 0.11.0 +- 0.12.0 - latest