1.0.1-scratch-r0 release

This commit is contained in:
Bitnami Bot 2021-11-22 16:59:03 +00:00
parent 71d49129a7
commit 6cb42a3a5e
6 changed files with 3893 additions and 3 deletions

View File

@ -0,0 +1,9 @@
FROM scratch
LABEL maintainer "Bitnami <containers@bitnami.com>"
COPY prebuildfs /
COPY rootfs /
USER 1001
ENTRYPOINT [ "/dataplatform-exporter" ]

View File

@ -0,0 +1,4 @@
version: '2'
services:
dataplatform-exporter:
image: docker.io/bitnami/dataplatform-exporter:1

View File

@ -0,0 +1,7 @@
{
"dataplatform-exporter": {
"digest": "c9cba2573f0375b5ff7b493247862ebb1b603e6fa63beb64a3cc15d167919f57",
"type": "BLACKSMITH",
"version": "1.0.1"
}
}

View File

@ -0,0 +1,3 @@
Bitnami containers ship with software bundles. You can find the licenses under:
/opt/bitnami/nami/COPYING
/opt/bitnami/[name-of-bundle]/licenses/[bundle-version].txt

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +1,13 @@
# Bitnami Docker Image for Data Platform Metrics Exporter
# Data Platform Metrics Exporter packaged by Bitnami
## What is Data Platform Metrics Exporter?
> The Prometheus exporter for various metrics of OCTO Data Platform Blueprints includes the most critical metrics to determine the health of the data platform.
> The Prometheus exporter for various metrics of OCTO Data Platform Blueprints includes the most critical metrics to determine the health of the data platform.
[Overview of Data Platform Metrics Exporter](https://github.com/bitnami/dataplatform-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
```console
@ -29,7 +31,8 @@ $ docker run --name dataplatform-exporter bitnami/dataplatform-exporter:latest
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
- [`0`, `0-scratch`, `0.0.11`, `0.0.11-scratch-r4`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-dataplatform-exporter/blob/0.0.11-scratch-r4/0/scratch/Dockerfile)
- [`1`, `1-scratch`, `1.0.1`, `1.0.1-scratch-r0` (1/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-dataplatform-exporter/blob/1.0.1-scratch-r0/1/scratch/Dockerfile)
- [`0`, `0-scratch`, `0.0.12`, `0.0.12-scratch-r-1`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-dataplatform-exporter/blob/0.0.12-scratch-r-1/0/scratch/Dockerfile)
Subscribe to project updates by watching the [bitnami/dataplatform-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-dataplatform-exporter).