Merge pull request #1 from bitnami/deprecate-branch-0

Remove branch 0
This commit is contained in:
Jose Antonio Carmona
2022-02-02 18:34:56 +01:00
committed by GitHub
6 changed files with 0 additions and 3891 deletions

View File

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

View File

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

View File

@@ -1,7 +0,0 @@
{
"dataplatform-emitter": {
"digest": "8a61db3e0a7bdf63f570229283e27287a5194c2da9e6f5a58930bcfd38cbe9f6",
"type": "BLACKSMITH",
"version": "0.0.11"
}
}

View File

@@ -1,3 +0,0 @@
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

View File

@@ -76,10 +76,6 @@ To run commands inside this container you can use `docker run`, for example to e
$ docker run --rm --name dataplatform-emitter bitnami/dataplatform-emitter:latest -- --emitter.listen-address :9782
```
## Branch Deprecation Notice
Data Platform Blueprint 2's branch 0 is no longer maintained by upstream and is now internally tagged as to be deprecated. This branch will no longer be released in our catalog a month after this notice is published, but already released container images will still persist in the registries. Valid to be removed starting on: 01-31-2022
## Contributing
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/bitnami-docker-dataplatform-emitter/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-dataplatform-emitter/pulls) with your contribution.