1.0.1-scratch-r0 release

This commit is contained in:
Bitnami Bot 2021-11-16 13:12:33 +00:00
parent d8b9689329
commit 8b7dd92b56
6 changed files with 3892 additions and 2 deletions

View File

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

View File

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

View File

@ -0,0 +1,7 @@
{
"dataplatform-emitter": {
"digest": "eca09485368c4f934fa3ebea4a3ae1db0b6e02b6ce340d771192f09a7490664c",
"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 Emitter
# Data Platform Metrics Emitter packaged by Bitnami
## What is Data Platform Metrics Emitter?
> The metrics generator for OCTO Data Platform Blueprints includes the most critical metrics to determine the health of the data platform.
> The metrics generator for OCTO Data Platform Blueprints includes the most critical metrics to determine the health of the data platform.
[Overview of Data Platform Metrics Emitter](https://github.com/bitnami/dataplatform-emitter)
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,6 +31,7 @@ $ docker run --name dataplatform-emitter bitnami/dataplatform-emitter: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/).
- [`1`, `1-scratch`, `1.0.1`, `1.0.1-scratch-r0` (1/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-dataplatform-emitter/blob/1.0.1-scratch-r0/1/scratch/Dockerfile)
- [`0`, `0-scratch`, `0.0.11`, `0.0.11-scratch-r0`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-dataplatform-emitter/blob/0.0.11-scratch-r0/0/scratch/Dockerfile)
Subscribe to project updates by watching the [bitnami/dataplatform-emitter GitHub repo](https://github.com/bitnami/bitnami-docker-dataplatform-emitter).